I have an index, i have implemented ILM on that. I am not seeing index is not moving to warm phase after reaching out 8 days old. There are no errors to.
{
"emailer-lifecycle-policy" : {
"version" : 1,
"modified_date" : "2023-02-06T05:24:39.945Z",
"policy" : {
"phases" : {
"warm" : {
"min_age" : "8d",
"actions" : {
"set_priority" : {
"priority" : 50
}
}
},
"cold" : {
"min_age" : "60d",
"actions" : {
"allocate" : {
"number_of_replicas" : 0,
"include" : { },
"exclude" : { },
"require" : { }
},
"set_priority" : {
"priority" : 0
}
}
},
"hot" : {
"min_age" : "0ms",
"actions" : {
"set_priority" : {
"priority" : 100
},
"rollover" : {
"max_age" : "7d"
}
}
},
"delete" : {
"min_age" : "90d",
"actions" : {
"delete" : {
"delete_searchable_snapshot" : true
}
}
}
}
},
"in_use_by" : {
"indices" : [
"emailer-logs-2023.02.06-000001",
"emailer-logs-2023.02.06-000002"
],
"data_streams" : [ ],
"composable_templates" : [
"emailer-index-template"
]
}
}
}
This is the policy. Index got created on 6th of this month so it has to reach to warm phase on 14th or 15th, but still i see data in in hot phase.