Hello,
i use newest Graylog version (3.0.2) and newest Sidecar (1.0.1) and Filebeat Version.
How is it possible to add more than one configuration, for example one for all “standard” linux logfiles and one more for haproxy, to one sidecar?
In older versions i could give the sidecar-collector many “tags” and for each “tag” one config.
Now i only can give one config per collector.
I’m not sure if it works correctly for all instances using the same ID.
# The node ID of the sidecar. This can be a path to a file or an ID string.
# If set to a file and the file doesn't exist, the sidecar will generate an
# unique ID and writes it to the configured path.
#
# Example file path: "file:/etc/graylog/sidecar/node-id"
# Example ID string: "6033137e-d56b-47fc-9762-cd699c11a5a9"
#
# ATTENTION: Every sidecar instance needs a unique ID!
#
#node_id: "file:/etc/graylog/sidecar/node-id"
you could generate “meta” configurations that include other configurations.
Use the template model for that - this way you have configurations in the templates and use that inside the configurations for specific hosts.
if you change a template all hosts with that template will get the update.