I'm running logstash every minute via a task scheduler.
The task is to call logstash.bat with the appropriate .config file.
This is done every minute.
Logstash is generating a lot of files in TEMP folder every time it is run.
Is there a way to avoid this somehow, by running logstash somehow differently?
as simple as possible:
client app needs to get fresh data every minute from the stored procedure.
Right now, logstash is used to read the data from the DB and fill ES indexes, which are read from the client app.
This has to be done every minute, and every minute logstash is generating a jar file and a dll file in the TEMP folder. Eventually, the disk fills up completely.
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.