Hi team,
I configured logstash to read to read /var/log/app/app.log file and it is able to read and send logs but data is not continuous. Is there any way to monitor file watcher in logstash.
Like HARVESTER in filebeat.
Regards,
Gangi Reddy
Hi team,
I configured logstash to read to read /var/log/app/app.log file and it is able to read and send logs but data is not continuous. Is there any way to monitor file watcher in logstash.
Like HARVESTER in filebeat.
Regards,
Gangi Reddy
The Logstash File Input watches a file like Tail Mode.
You can configure logstash to start at the beginning of the file and sincedb track progress.
Hope this helps.
Cheers,
Rich
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.