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
If additional config files are defined with filebeat.config_dir and thous config files do have yaml syntax errors, these errors are silently ignored and filebeat is started normally. This is also true, if -configtest is used.
Version: current master
Steps to reproduce:
Have a filebeat.yml with filebeat.config_dir: /tmp/filebeat set.
Have an additional config file /tmp/filebeat/syntax_error.yml with content:
If additional config files are defined with
filebeat.config_dir
and thous config files do have yaml syntax errors, these errors are silently ignored and filebeat is started normally. This is also true, if-configtest
is used.Version: current master
Steps to reproduce:
Have a filebeat.yml with
filebeat.config_dir: /tmp/filebeat
set.Have an additional config file
/tmp/filebeat/syntax_error.yml
with content:(the syntax error is in the last line,
\$
is not a valid escape character.)The text was updated successfully, but these errors were encountered: