diff --git a/salt/elasticsearch/soc_elasticsearch.yaml b/salt/elasticsearch/soc_elasticsearch.yaml index 764de3c44..fde8d234f 100644 --- a/salt/elasticsearch/soc_elasticsearch.yaml +++ b/salt/elasticsearch/soc_elasticsearch.yaml @@ -101,27 +101,6 @@ elasticsearch: description: Maximum primary shard size. Once an index reaches this limit, it will be rolled over into a new index. global: True helpLink: elasticsearch.html - warm: - min_age: - description: Minimum age of index. This determines when the index should be moved to the warm tier. - global: True - helpLink: elasticsearch.html - actions: - set_priority: - priority: - description: Priority of index. This is used for recovery after a node restart. Indices with higher priorities are recovered before indices with lower priorities. - forcedType: int - global: True - helpLink: elasticsearch.html - 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 - helpLink: elasticsearch.html - 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 - helpLink: elasticsearch.html cold: min_age: description: Minimum age of index. This determines when the index should be moved to the cold tier. While still searchable, this tier is typically optimized for lower storage costs rather than search speed. @@ -491,4 +470,4 @@ elasticsearch: so-searchnode: *soroleSettings so-heavynode: *soroleSettings so-eval: *soroleSettings - so-import: *soroleSettings \ No newline at end of file + so-import: *soroleSettings