Hi all,
I am new to filebeat . I have install filebeat 1.2.0 and have created a file called filebeat_consol.yml as ..
filebeat:
prospectors:
input_type: stdin
output:
console:
pretty: true
and when i am running this file with sudo ./filebeat -c filebeat_consol.yml
I am getting this error
Start error: Error reading config file: YAML config parsing failed on filebeat_consol.yml: yaml: unmarshal errors:
line 3: cannot unmarshal !!map into []config.ProspectorConfig. Exiting
Please help mee with this