Graylog2 / collector-sidecar

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

Parameter rename #400

Closed mariussturm closed 3 years ago

mariussturm commented 3 years ago

As discussed here https://github.com/Graylog2/graylog2-server/pull/8320 we are going to change certain vocabulary in the product. This PR is changing collector_binaries_whitelist to collector_binaries_accesslist. The change should be backward compatible and print a warning about the deprecated use of a configuration option.

/cc @kyleknighted

While doing this I noticed that the switch to go mod was pulling in a lot of not used modules. This is because 3rd party source code in /dist was scanned. This directory is ignored now and should fix the build.