From 1f5a990b1ee9ae184fc891fea29890d834d66962 Mon Sep 17 00:00:00 2001 From: Wes Date: Tue, 9 Jul 2024 18:32:06 +0000 Subject: [PATCH] Remove lines that aren't needed right now --- salt/elasticsearch/soc_elasticsearch.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/salt/elasticsearch/soc_elasticsearch.yaml b/salt/elasticsearch/soc_elasticsearch.yaml index 47beb27f8..085aab7f0 100644 --- a/salt/elasticsearch/soc_elasticsearch.yaml +++ b/salt/elasticsearch/soc_elasticsearch.yaml @@ -539,17 +539,11 @@ elasticsearch: index_template: ignore_missing_component_templates: description: Ignore component templates if they aren't in Elasticsearch. - forcedType: "[]string" - multiline: True - global: True advanced: True readonly: True helpLink: elasticsearch.html index_patterns: description: Patterns for matching multiple indices or tables. - forceType: "[]string" - multiline: True - global: True advanced: True readonly: True helpLink: elasticsearch.html @@ -558,44 +552,32 @@ elasticsearch: index: mode: description: Type of mode used for this index. Time series indices can be used for metrics to reduce necessary storage. - forcedType: string - global: True advanced: True readonly: True helpLink: elasticsearch.html number_of_replicas: description: Number of replicas required for this index. Multiple replicas protects against data loss, but also increases storage costs. - forcedType: int - global: True advanced: True readonly: True helpLink: elasticsearch.html composed_of: description: The index template is composed of these component templates. - forcedType: "[]string" - global: True advanced: True readonly: True helpLink: elasticsearch.html priority: description: The priority of the index template. - forcedType: int - global: True advanced: True readonly: True helpLink: elasticsearch.html data_stream: hidden: description: Hide the data stream. - forcedType: bool - global: True advanced: True readonly: True helpLink: elasticsearch.html allow_custom_routing: description: Allow custom routing for the data stream. - forcedType: bool - global: True advanced: True readonly: True helpLink: elasticsearch.html