Logstash and ILM - rollover not working

what the hell?

it rolled over automatically a few minutes ago - but not as expected with a new date :thinking:

the completed one


{ - 
  "indices": { - 
    "compliance_logstash_syslog-2020.10.28-000001": { - 
      "index": "compliance_logstash_syslog-2020.10.28-000001",
      "managed": true,
      "policy": "logstash-syslog-compliance",
      "lifecycle_date": "2020-10-28T00:00:00.000Z",
      "lifecycle_date_millis": 1603843200000,
      "age": "1.35d",
      "phase": "hot",
      "phase_time": "2020-10-28T07:26:37.850Z",
      "phase_time_millis": 1603869997850,
      "action": "complete",
      "action_time": "2020-10-29T07:28:08.707Z",
      "action_time_millis": 1603956488707,
      "step": "complete",
      "step_time": "2020-10-29T07:28:08.707Z",
      "step_time_millis": 1603956488707,
      "phase_execution": { - 
        "policy": "logstash-syslog-compliance",
        "phase_definition": { - 
          "min_age": "0ms",
          "actions": { - 
            "rollover": { - 
              "max_size": "50gb",
              "max_age": "1d"
            },
            "set_priority": { - 
              "priority": 100
            }
          }
        },
        "version": 2,
        "modified_date": "2020-10-28T06:47:07.463Z",
        "modified_date_in_millis": 1603867627463
      }
    }
  }
}

the new one

{ - 
  "indices": { - 
    "compliance_logstash_syslog-2020.10.28-000002": { - 
      "index": "compliance_logstash_syslog-2020.10.28-000002",
      "managed": true,
      "policy": "logstash-syslog-compliance",
      "lifecycle_date": "2020-10-28T00:00:00.000Z",
      "lifecycle_date_millis": 1603843200000,
      "age": "1.35d",
      "phase": "hot",
      "phase_time": "2020-10-29T07:28:08.281Z",
      "phase_time_millis": 1603956488281,
      "action": "rollover",
      "action_time": "2020-10-29T07:38:07.956Z",
      "action_time_millis": 1603957087956,
      "step": "check-rollover-ready",
      "step_time": "2020-10-29T07:38:07.956Z",
      "step_time_millis": 1603957087956,
      "phase_execution": { - 
        "policy": "logstash-syslog-compliance",
        "phase_definition": { - 
          "min_age": "0ms",
          "actions": { - 
            "rollover": { - 
              "max_size": "50gb",
              "max_age": "1d"
            },
            "set_priority": { - 
              "priority": 100
            }
          }
        },
        "version": 2,
        "modified_date": "2020-10-28T06:47:07.463Z",
        "modified_date_in_millis": 1603867627463
      }
    }
  }
}