Opensearch 1.2.0 - AWS opensearch, using chrome browser
Hey guys, I am trying to apply a retention policy for logs, it shows running on index list but it is stuck in Hot state of policy for some indices with policy action on transition with action info “message”: “Evaluating transition conditions [index=system_logs-2024.09]”.
{
"policy_id": "Log_retention",
"description": "Log retention policy with hot storage for 90 days and cold storage for 365 days",
"last_updated_time": 1725892134357,
"schema_version": 13,
"error_notification": null,
"default_state": "hot",
"states": [
{
"name": "hot",
"actions": [],
"transitions": [
{
"state_name": "cold",
"conditions": {
"min_index_age": "60d"
}
}
]
},
{
"name": "cold",
"actions": [],
"transitions": [
{
"state_name": "delete",
"conditions": {
"min_index_age": "90d"
}
}
]
},
{
"name": "delete",
"actions": [
{
"delete": {}
}
],
"transitions": []
}
],
"ism_template": null
}