@Christian_Dahlqvist Basically want to keep the retention of 7 days data. So, want to delete all data older than 7 days in elastic search.
I was using curator 5.5.1 and using the command : curator --host localhost --port 9200 delete indices --older-than 7 --time-unit days --timestring %Y.%m.%d
This is outdated syntax which will not work with Curator 5.5.1. You must be following directions from a very old blog post. Please check the official documentation for usage of the current version.
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.