Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Add "tags" field to configuration and registration request #443

Closed thll closed 2 years ago

thll commented 2 years ago

Adds a configuration option to assign tags to a sidecar.

Tags configured in sidecar.yml are sent to the server where they can be used to apply matching configuration automatically. This PR just adds support to configure and send the tags attribute. The heavy lifting will be done on the server.