Index auto delete cause of reached watermark #14577
-
I few of our index was deleted due to reach watermark: It is possible somewhere to set that it watermark is hit i wouldn't auto delete indexses ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
https://docs.securityonion.net/en/2.4/elasticsearch.html#index-management turn off the delete script. You will have to manage with Elastic ILM to keep from hitting watermark settings. |
Beta Was this translation helpful? Give feedback.
If your manager node's disk space is much lower than the search nodes you could remove the data role and have a cluster with 4 data nodes.
You can also use data tiers and select certain data only, for example, non-time series data (data_content tier) so only those indices are on the manager.