How long the data is being stored in Elastic?
How to purge it and control for how long is it stored?
How long the data is being stored in Elastic?
How to purge it and control for how long is it stored?
Elasticsearch retains data until you delete it. In order to purge data from indices, doing so with curator is a very good and easy way of doing so. You can use curator's delete command to select indices that match certain criteria, such as how much space indices use, or how old they are.
Thanks tylerjl, I'm going to check the curator.
© 2020. All Rights Reserved - Elasticsearch
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.