diff --git a/salt/elasticsearch/soc_elasticsearch.yaml b/salt/elasticsearch/soc_elasticsearch.yaml index 251a0c1d8..c95a9467e 100644 --- a/salt/elasticsearch/soc_elasticsearch.yaml +++ b/salt/elasticsearch/soc_elasticsearch.yaml @@ -158,7 +158,6 @@ elasticsearch: - If retention is less than or equal to 14 days, max_age will be 1 day - If retention is less than or equal to 90 days, max_age will be 7 days - If retention is greater than 90 days, max_age will be 30 days - global: True forcedType: string regex: ^$|^[0-9]{1,5}(?:d|h|m|s)$ regexFailureMessage: Must be blank or a number followed by d, h, m, or s, such as 7d. @@ -353,7 +352,6 @@ elasticsearch: - If retention is less than or equal to 14 days, max_age will be 1 day - If retention is less than or equal to 90 days, max_age will be 7 days - If retention is greater than 90 days, max_age will be 30 days - global: True forcedType: string regex: ^$|^[0-9]{1,5}(?:d|h|m|s)$ regexFailureMessage: Must be blank or a number followed by d, h, m, or s, such as 7d.