Various adjustments to descriptions

This commit is contained in:
weslambert
2023-02-28 16:31:16 -05:00
committed by GitHub
parent 96467f0bd8
commit 134caa7f58

View File

@@ -79,13 +79,13 @@ elasticsearch:
phases: phases:
hot: hot:
min_age: min_age:
description: Minimum age description: Minimum age of index. This determines when the index should be moved to the hot tier.
global: True global: True
helpLink: elasticsearch.html helpLink: elasticsearch.html
actions: actions:
set_priority: set_priority:
priority: priority:
description: Priority of index, used for recovery after a node restart. Indices with higher priorities are recovered before indices with lower priorities. description: Priority of index. This is used for recovery after a node restart. Indices with higher priorities are recovered before indices with lower priorities.
global: True global: True
helpLink: elasticsearch.html helpLink: elasticsearch.html
rollover: rollover:
@@ -99,7 +99,7 @@ elasticsearch:
helpLink: elasticsearch.html helpLink: elasticsearch.html
cold: cold:
min_age: min_age:
description: Minimum age of index, determining when it should be sent 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. 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.
global: True global: True
helpLink: elasticsearch.html helpLink: elasticsearch.html
actions: actions:
@@ -110,7 +110,7 @@ elasticsearch:
helpLink: elasticsearch.html helpLink: elasticsearch.html
delete: delete:
min_age: min_age:
description: Minimum age of index, determining when it should be deleted. description: Minimum age of index. This determines when the index should be deleted.
global: True global: True
helpLink: elastic helpLink: elastic
so-endgame: *indexSettings so-endgame: *indexSettings