Hi anyone knows if I added a cold storage phase to my ILM, will it take into account current indices which were move to warm phase before?
for example, indices which were moved to warm phase 100 days ago
Hi anyone knows if I added a cold storage phase to my ILM, will it take into account current indices which were move to warm phase before?
for example, indices which were moved to warm phase 100 days ago
It would depend on what version of Elasticsearch. In 7.7.0+ indices stop at the last phase currently configured (so the warm/completed/completed
step) in which case adding a cold
phase would mean that the indices older than 90 days would move immediately into the cold phase.
For versions prior to 7.7.0, the indices are in the completed/completed/completed
step, in which case adding the cold
phase would only affect indices that hadn't already completed all of their ILM actions.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.