Index Rollover not working

i am unable to rollover the index. Can you please check attached screenshot. Please help me?
I am not seeing any errors related to alias till now also. After modifying policy attached to template and added alias also.

Hi Praveen,

It's hard to tell from the snapshot, can you include the output of GET /issqmetric-2020.05.24-000010/_ilm/explain?human as well as a copy of the ILM policy (issqmetric) that you're using?

It doesn't look like there are any errors, but just to make sure, is ILM running (you can check with GET /_ilm/status).

Hello Dakron, Below is the requested output.

{
  "indices" : {
    "issqmetric-2020.05.24-000010" : {
      "index" : "issqmetric-2020.05.24-000010",
      "managed" : true,
      "policy" : "issqmetric",
      "lifecycle_date" : "2020-05-25T04:10:34.845Z",
      "lifecycle_date_millis" : 1590379834845,
      "age" : "2.01d",
      "phase" : "hot",
      "phase_time" : "2020-05-25T03:51:49.569Z",
      "phase_time_millis" : 1590378709569,
      "action" : "complete",
      "action_time" : "2020-05-25T04:10:41.135Z",
      "action_time_millis" : 1590379841135,
      "step" : "complete",
      "step_time" : "2020-05-25T04:10:41.135Z",
      "step_time_millis" : 1590379841135,
      "phase_execution" : {
        "policy" : "issqmetric",
        "phase_definition" : {
          "min_age" : "0ms",
          "actions" : {
            "rollover" : {
              "max_size" : "50gb",
              "max_age" : "30d",
              "max_docs" : 189566532
            }
          }
        },
        "version" : 7,
        "modified_date" : "2020-05-25T03:51:16.824Z",
        "modified_date_in_millis" : 1590378676824
      }
    }
  }
}
{
  "operation_mode" : "RUNNING"
}

Okay it looks like it's in the hot/complete/complete step, but the rollover never actually happened?

Do you have an issqmetric-*-000011 index at all? Is there anything in the logs about this index that may indicate an error?

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