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
I tried to set the collector_binaries_whitelist config option to an empty value to allow all binaries. This doesn't seem to work anymore. It used to work with 1.0.0-alpha.9 but doesn't work with 1.0.0.beta.1 anymore.
Jan 09 16:12:55 box2 graylog-sidecar[26792]: time="2019-01-09T16:12:55+01:00" level=info msg="[journalbeat-6.5.4] Configuration change detected, rewriting configuration file."
Jan 09 16:12:55 box2 graylog-sidecar[26792]: time="2019-01-09T16:12:55+01:00" level=error msg="[journalbeat-6.5.4] Couldn't execute collector /opt/beats/journalbeat-6.5.4/journalbeat, binary path is not included in `collector_binaries_whitelist' config option."
Steps to reproduce the problem
Set collector_binaries_whitelist: (empty value)
Restart the sidecar
Check logs and see that collectors cannot be started because they are not in the whitelist.
Environment
Sidecar Version: 1.0.0-beta.1
The text was updated successfully, but these errors were encountered:
Don't use `ucfg.Merge` because this will merge the contents
of two slices by copying them on top of each other.
Use a much simpler approach and just join the configuration
strings together before parsing them.
Fixes#327
* Fix configuration parsing of lists
Don't use `ucfg.Merge` because this will merge the contents
of two slices by copying them on top of each other.
Use a much simpler approach and just join the configuration
strings together before parsing them.
Fixes#327
* Handle configurations with yaml doc separators
Yaml doc separators would get in the way of merging the configuration
with the default.
* Be more explicit about empty lists in the configuration
Problem description
I tried to set the
collector_binaries_whitelist
config option to an empty value to allow all binaries. This doesn't seem to work anymore. It used to work with 1.0.0-alpha.9 but doesn't work with 1.0.0.beta.1 anymore.Steps to reproduce the problem
collector_binaries_whitelist:
(empty value)Environment
The text was updated successfully, but these errors were encountered: