ILM Policy getting stuck here

I am getting below mentioned status here for most of the index i have.

[Index name]lifecycle action [migrate] waiting for [6] shards to be moved to the [data_warm] tier (tier migration preference configuration is [data_warm, data_hot])

Please guide how can this be fixed.

"policy": {
      "phases": {
        "delete": {
          "min_age": "15d",
          "actions": {
            "delete": {
              "delete_searchable_snapshot": true
            }
          }
        },
        "warm": {
          "min_age": "0d",
          "actions": {
            "forcemerge": {
              "max_num_segments": 1
            },
            "readonly": {},
            "set_priority": {
              "priority": 50
            }
          }
        },
        "hot": {
          "min_age": "0ms",
          "actions": {
            "rollover": {
              "max_primary_shard_size": "50gb",
              "max_age": "5d"
            }
          }
        }
      }
    }

Hi @dhawal,

Welcome to the community. Some more information on the state of your policy and cluster would be useful to help.

Can you check the output of ilm/explain and cluster/health API endpoints? What is the status of your cluster at the moment?

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