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
The value of the collector_configuration_directory config option needs to be an absolute path. I tried to use .cache/config as value. Writing the config file worked but starting the collector didn't because it couldn't find the file.
Filebeat error log:
Exiting: error loading config file: stat .cache/config/filebeat-6.3.0.conf: no such file or directory
Problem description
The value of the
collector_configuration_directory
config option needs to be an absolute path. I tried to use.cache/config
as value. Writing the config file worked but starting the collector didn't because it couldn't find the file.Filebeat error log:
Sidecar output:
I think we should either require an absolute path and warn the user if the path is not absolute or change the code to handle relative paths.
Steps to reproduce the problem
collector_configuration_directory
config optionEnvironment
The text was updated successfully, but these errors were encountered: