--
You received this message because you are subscribed to a topic in the Google Groups "Wazuh mailing list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/sn0rQUjt5o4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/80dfac67-a4ad-4091-896d-19272f22a213n%40googlegroups.com.
![]() |
|
PUT /wazuh-alerts-*/_settings {
"index" : {
"number_of_replicas" : 0
}
}
PUT /wazuh-monitoring*/_settings {
"index" : {
"number_of_replicas" : 0
}
}
PUT /wazuh-statistics*/_settings {
"index" : {
"number_of_replicas" : 0
}
}
PUT /security-auditlog-*/_settings {
"index" : {
"number_of_replicas" : 0
}
}
You can also set up an index policy to delete older unneeded indices:
{
"id": "Delete indices older than 90 days",
"seqNo": 116,
"primaryTerm": 1,
"policy": {
"policy_id": "Delete indices older than 90 days",
"description": "Delete indices older than 90 days",
"last_updated_time": 1668616741941,
"schema_version": 12,
"error_notification": null,
"default_state": "hot",
"states": [
{
"name": "hot",
"actions": [],
"transitions": [
{
"state_name": "delete",
"conditions": {
"min_index_age": "90d"
}
}
]
},
{
"name": "delete",
"actions": [
{
"delete": {}
}
],
"transitions": []
}
],
"ism_template": [
{
"index_patterns": [
"wazuh-alerts*"
],
"priority": 100,
"last_updated_time": 1668616741941
}
]
}
}
PUT /wazuh-alerts-*/_settings
{
"index" : {
"number_of_replicas" : 0
}
}