ILM run after a change

hello,

I have changed the ILM policy, and added a warm/cold phases after 30 days.
is there a way to run it over all current indices, so they will be moved to warm/cold storage?

for example for this one:

GET data-8-000001/_ilm/explain

{
  "indices" : {
    "data-8-000001" : {
      "index" : "data-8-000001",
      "managed" : true,
      "policy" : "perfmon-lifecycle-policy",
      "lifecycle_date_millis" : 1584637775052,
      "age" : "104.56d",
      "phase" : "completed",
      "phase_time_millis" : 1584637775915,
      "action" : "completed",
      "action_time_millis" : 1584637775915,
      "step" : "completed",
      "step_time_millis" : 1584637775915,
      "phase_execution" : {
        "policy" : "perfmon-lifecycle-policy",
        "version" : 6,
        "modified_date_in_millis" : 1583332760709
      }
    }
  }
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.