-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Description
Currently, we're missing the documentation on how to deal with indices created before ILM, when the user starts to use ILM.
It looks like ILM can only be used by new users or by existing users but only for new index types.
I think the following case is super usual among existing users. The user is storing logs in logs-MM.YY indices. He somehow managed to roll over these indices himself, but that's it (no copying to warm storage, no auto-index deletion).
Now, one year later, the user decides to use ILM feature. And defines a policy for rollover, migrating to warm storage, cold storage and deletion. He also wants to apply this policy for previously created indices.
But it's not that easy to do.
I think we can document best-practices on what to do with old indices.