Graylog2 / collector-sidecar

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

collector_binaries_whitelist - depreciated but still in Graylog sidecar.yml reference #411

Closed tmacgbay closed 3 years ago

tmacgbay commented 3 years ago

Problem description

collector_binaries_whitelist shows as "depreciated" when running graylog-sidecar in debug mode

Steps to reproduce the problem

  1. Ubuntu running graylog-sidecar 1.1.0 in debug mode
    $  /usr/bin/graylog-sidecar -debug
    INFO[0000] Using node-id: <gobbledgook>
    INFO[0000] No node name was configured, falling back to hostname
    WARN[0000] `collector_binaries_whitelist` is deprecated. Migrate your configuration to `collector_binaries_accesslist`.
  2. https://docs.graylog.org/en/latest/pages/sidecar.html#sidecar-yml-reference

Environment

malcyon commented 3 years ago

Oh, yeah. Good call, thanks!