Skip to content

Commit

Permalink
Annotation changes for warm node
Browse files Browse the repository at this point in the history
  • Loading branch information
TOoSmOotH committed Oct 27, 2023
1 parent ce1858f commit 87494f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion salt/elasticsearch/soc_elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ elasticsearch:
warm:
min_age:
description: Minimum age of index. ex. 30d - 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.
regex: ^\[0-9\]{1-5}d$
regex: ^\[0-9\]{1,5}d$
global: True
actions:
set_priority:
priority:
Expand Down

0 comments on commit 87494f6

Please sign in to comment.