Hello nice people of Elasticsearch,
what is the proper way to apply ILM to cloned indices?
I know I can set index.lifecycle.origination_date
so ILM knows how old data is,
but that often causes the index to go through multiple relocations and force-merges.
I assume this is because ILM treats the cloned index as if it was new.
Is there a way to clone the ILM state along with the index, so this does not happen?
Thank you!