iam very new in this topic. I start a windows service via nssm.exe to observe a file for a csv to start the logstash.bat and specified config.
Now i have the problem that after the logstash is triggered. The csv file is still in use. How can i close the csv file after logstash is finished with the csv. Second question is where, and did i need additional plugins?
Where: In Config file or in arguments via nssm.exe?
If you are using a file input in tail mode then logstash will keep the file open and tail it forever. You may be able to use read mode. What does your configuration look like.
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.