Every 5 minutes once my cron job will create one new text file ( filename with time - jobs_00:00.txt, jobs_00:05.txt, jobs_00:10.txt, jobs_00:15.txt, and so on..). So I have created logstash config using file-input to read the content from those file in the specified location (/mnt/arlo_input/*).
But here some point of time logstash is not reading the log files. Any ideas what could be the problem?
Is that a network mount? If so, did you read the caveat in the documentation?
You are telling it to ignore any file that was modified more than zero seconds ago. Which is pretty much every file, right? What are you trying to achieve using this option?
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.