I want to configure monitoring setting as such that only 7 days monitoring indices is created in my cluster in order to monitor for only 7 days and not more..
Also Is there a way that only 1 elasticsearch monitoring index is created once a week or month?? I dont dont want daily creation of monitoring index.
You can configure index lifecycle management (ILM) policies to automatically manage indices according to your performance, resiliency, and retention requirements. For example, you could use ILM to:
Spin up a new index when an index reaches a certain size or number of documents
*** Create a new index each day, week, or month and archive previous ones**
Delete stale indices to enforce data retention standards
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.