Suppose an index is using an ILM policy that has Hot and Warm phases. The index has finished executed the Hot and Warm phases and now is in the Completed phase. The ILM policy that the index uses is now extended by adding the Cold phase. However, the index continues to use the old version of the ILM policy and doesn't execute the Cold phase unless moved to the next step manually POST _ilm/move/<index>
.
Unfortunately, moving indices to the next ILM step can only be done one index at a time, very inconvenient when there are many indices. How to make indices in Completed phases automatically respond to extension of ILM policies?