From 8d168e96614156b9b3b48c448af5c13d3481bc81 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:57:08 -0500 Subject: [PATCH] remove rollover config from ilm warm phase --- salt/elasticsearch/soc_elasticsearch.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/salt/elasticsearch/soc_elasticsearch.yaml b/salt/elasticsearch/soc_elasticsearch.yaml index 995dcd38a..bf5b665c3 100644 --- a/salt/elasticsearch/soc_elasticsearch.yaml +++ b/salt/elasticsearch/soc_elasticsearch.yaml @@ -887,17 +887,6 @@ elasticsearch: global: True advanced: True helpLink: elasticsearch - rollover: - max_age: - description: Maximum age of index. Once an index reaches this limit, it will be rolled over into a new index. - global: True - advanced: True - helpLink: elasticsearch - max_primary_shard_size: - description: Maximum primary shard size. Once an index reaches this limit, it will be rolled over into a new index. - global: True - advanced: True - helpLink: elasticsearch shrink: method: description: Shrink the index to a new index with fewer primary shards. Shrink operation is by count or size.