From 8a0a4357005875d14aef7350a3828f76d2cc5eff Mon Sep 17 00:00:00 2001 From: weslambert Date: Wed, 24 Apr 2024 08:35:19 -0400 Subject: [PATCH] Fix warm description --- salt/elasticsearch/soc_elasticsearch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elasticsearch/soc_elasticsearch.yaml b/salt/elasticsearch/soc_elasticsearch.yaml index 81753f16b..81070176c 100644 --- a/salt/elasticsearch/soc_elasticsearch.yaml +++ b/salt/elasticsearch/soc_elasticsearch.yaml @@ -271,7 +271,7 @@ elasticsearch: helpLink: elasticsearch.html warm: min_age: - description: Minimum age of index. This determines when the index should be moved to the hot tier. + description: Minimum age of index. This determines when the index should be moved to the warm tier. global: True advanced: True helpLink: elasticsearch.html