I have a scenario to implement in Elastic cluster. I have 12 node elastic cluster
2 - coordinating Nodes
4 - Hot Data Nodes
3 - Warm data Nodes
3 - Master Nodes
Im trying to implement ILM policy based on age. My Scenario:
Data should come to Hot data nodes
After a week it should move to Warm data nodes
Afrer 3 weeks take index snapshot and move Azure storage blob
Kindly help me with your insights or any references or pointers much appreciated
thank you in advance
Have a look into Kibana->Management. There's a section about ILM with preconfigured policies that are according to best practices.
One important thing is to know how you're writing your data into Elasticsearch. Your writing client is telling Elasticsearch which policy (by id/name) to use.
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.