Fix warm description

This commit is contained in:
weslambert
2024-04-23 10:40:09 -04:00
committed by GitHub
parent fc1c41e5a4
commit 691b02a15e

View File

@@ -131,7 +131,7 @@ elasticsearch:
helpLink: elasticsearch.html
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.
description: Minimum age of index. ex. 30d - This determines when the index should be moved to the warm tier. Nodes in the warm tier generally dont need to be as fast as those in the hot tier.
regex: ^\[0-9\]{1,5}d$
forcedType: string
global: True