-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with collector_binaries_whitelist #363
Comments
How did you configure the executable path for your collector? Only the sidecar.yml needs the path with two backslashes. |
Yes, I did. Here is what I have for the configuration below. < Moduledir %ROOT%\modules
|
Attached is my nxlog.conf |
Ok, thanks. However, the nxlog.conf should be irrelevant for this error. I think I've found the error in your sidecar.yml:
It should be |
Sorry, that was just left over from testing different setups in the file. The error is the same with the field updated. |
Two more things that might cause trouble.
|
That worked. I ended up with collector_binaries_whitelist: [ "C:\Program Files\nxlog\nxlog.exe" ] to make it work. I would suggest adding that path to the default for 32 bit machines... |
Problem description
Error when collector_binaries_whitelist path for 32bit windows version of nxlog.
32bit Windows installs all programs in the c:\program files\ directory. I have updated the collector_binaries_whitelist to include c:\program files directory, but when starting sidecar in debug mode, I get the following error.
[nxlog_32bit] Couldn’t execute
collector C:\Program Files\nxlog\nxlog.exe, binary path is not included in `
collector_binaries_whitelist’ config option."the c:\program files director. When starting the sidecar program with an updated collector_binaries_whitelist, an error is returned of
``
Steps to reproduce the problem
3 . start sidecar in debug mode and you get an error of
Environment
The text was updated successfully, but these errors were encountered: