You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got bit by this when installing the Sidecar on a shared system that was still running the Collector Sidecar. The latter was installed to C:\Program Files\graylog\collector-sidecar, while the newer Sidecar would have installed to C:\Program Files\Graylog\sidecar. Since the graylog directory already existed it was reused when the Sidecar got installed.
The Sidecar collector definitions reference C:\Program Files\Graylog\sidecar\whatever.exe, so we were getting a collectors_binary_whitelist error.
We ended up just stopping the Windows services and renaming the directory from graylog to Graylog.
…acOS (#467)
* remove unneeded go.mod which triggers a warning in IJ
* Match collector_binaries_accesslist case insensitive on windows
Fixes#364
* also for macos
* changelog
Problem description
Windows filesystems are case insensitive.
We should make the
collectors_binary_whitelist
matching ignore case.refs #363
The text was updated successfully, but these errors were encountered: