Hi, with a python script I run a single logstash pipeline that create an ES index, in the same script I delete the index every 3 minutes, the size of the index is less than 1 Mb, I was wandering if this constant deletion of the index could cause any problem, I read somewhere that when using the delete api, the index is not really deleted, but wait for a process that do that...
what do you think? could cause any problem in the future?
I do not see a problem with this if it is just a single index but do not understand why you would want to do this. Could you please explain the rationale behind this?
Im just crazy....no, I get events from zabbix DB, display them on a canvas, like a traffic lights, those events are solved in minutes, so I want to display only the currently active events.
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.