Hi,
I installed filbeat on ubuntu 16.04 to send logs to my logstash server. I am looking to send auth.log to it.
prospector text:
filebeat.prospectors:
-
input_type: log
Paths that should be crawled and fetched. Glob based paths.
paths:
- /var/log/auth.log
But starting the filebeat gives below error:
Exiting: Error in initing prospector: No paths were defined for prospector accessing 'filebeat.prospectors.0' (source:'/etc/filebeat/filebeat.yml')
What do I do? Do I have to reload the config or something?
Thanks in advance.