mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Various adjustments to descriptions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user