SumoLogic / sumologic-collector-docker

A Sumo Logic collector for Docker.
Apache License 2.0
69 stars 55 forks source link

Add an option to specify `category` in generated `user.properties` #117

Closed belong-events closed 6 months ago

belong-events commented 6 months ago

The problem

I don't want to add category to each source item because they are all the same per environment. It is clunky to specify different value according to each environment.

The cause

There is no way to specify category for auto-generated user.properties.

The goal

Provide an option to add category to auto-generated user.properties.

The solution