Graylog2 / collector-sidecar

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

Match collector_binaries_accesslist case insensitive on windows and MacOS #467

Closed mpfz0r closed 1 year ago

mpfz0r commented 1 year ago

Both usually have case-insensitive file systems.

Feels like this should be fixed in go instead: https://github.com/golang/go/issues/5441

Also remove a stray go.mod file, that causes IJ to throw a warning on startup.

Fixes #364