I want to delete the logs which are older 3 days from my elastic search index
I have read about curator and have few doubts pertaining to it. I was wondering what exactly rollover option does in curator and what configuration changes needs to be done in elasticsearch.yml to make this option work.
Do I have to create a new index with this option or can I use the existing indices to accommodate my need
Nothing needs to be changed in elasticsearch.yml. It's only a series of normal API calls. Please refer to the Rollover API documentation to see how to create your initial index & alias.
Yes. But if you're doing daily indices, you don't need Rollover. You can just use the regular age filter to catch indices older than a set number of days.
If I don't want to use the curator is there way to delete time based indices
i have indices created per day and want to delete indices which are older than 30 days
Will there be any performance impact
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.