{
"id": "wazuh-alert-retention-policy",
"seqNo": 0,
"primaryTerm": 1,
"policy": {
"policy_id": "wazuh-alert-retention-policy",
"description": "A sample description of the policy",
"last_updated_time": 1724504425391,
"schema_version": 19,
"error_notification": null,
"default_state": "delete_alerts",
"states": [
{
"name": "initial",
"actions": [],
"transitions": [
{
"state_name": "delete_alerts",
"conditions": {
"min_index_age": "365d"
}
}
]
},
{
"name": "delete_alerts",
"actions": [
{
"retry": {
"count": 3,
"backoff": "exponential",
"delay": "1m"
},
"delete": {}
}
],
"transitions": []
}
],
"ism_template": [
{
"index_patterns": [
"wazuh-alerts-*"
],
"priority": 1,
"last_updated_time": 1724504425391
},
{
"index_patterns": [
"wazuh-archives-*"
],
"priority": 1,
"last_updated_time": 1724504425391
}
]
}
}