[DOCS] Add props for ILM searchable snapshot links (#63431)
This commit is contained in:
parent
edb6a5b674
commit
51e6274f1e
|
@ -72,9 +72,12 @@ tier should be configured to use one or more replicas.
|
||||||
The cold tier is made of one or more nodes that have the <<data-cold-node, data_cold>> role.
|
The cold tier is made of one or more nodes that have the <<data-cold-node, data_cold>> role.
|
||||||
Once the data in the <<warm-tier, warm tier>> is not updated anymore it can transition to the
|
Once the data in the <<warm-tier, warm tier>> is not updated anymore it can transition to the
|
||||||
cold tier. The cold tier is still a responsive query tier but as the data transitions into this
|
cold tier. The cold tier is still a responsive query tier but as the data transitions into this
|
||||||
tier it can be compressed, shrunken, or configured to have zero replicas and be backed by
|
tier it can be compressed, shrunken, or configured to have zero replicas and be backed by snapshot. The cold tier is usually hosting the data from recent
|
||||||
a <<ilm-searchable-snapshot, snapshot>>. The cold tier is usually hosting the data from recent
|
|
||||||
months or years.
|
months or years.
|
||||||
|
ifdef::permanently-unreleased-branch[]
|
||||||
|
See <<ilm-searchable-snapshot>>.
|
||||||
|
endif::[]
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
[[data-tier-allocation]]
|
[[data-tier-allocation]]
|
||||||
=== Data tier index allocation
|
=== Data tier index allocation
|
||||||
|
|
Loading…
Reference in New Issue