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 are working providing better configuration parsing and validation. Follow at #657
The error for the tab character in the YAML file was probably routed to the default logging destination which is syslog. Adding -e to the filebeat arguments will route the log stderr. But that's not very intuitive.
Hello,
I accidently added a TAB-Character in my Configfile. When running filebeat with it it silently dies.
Config-Example: (I put <TAB> in it)
filebeat:
prospectors:
filebeat should interpret whitespace-characters as spaces. (or produce some kind of meainingful error)
The text was updated successfully, but these errors were encountered: