Skip to content

Commit ebe964c

Browse files
jrodewigstefnestor
andauthored
[DOCS] Note ILM searchable_snapshot action requires data tiers (#74706) (#74771)
Co-authored-by: Stef Nestor <[email protected]>
1 parent 2e469e4 commit ebe964c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
Phases allowed: hot, cold, frozen.
66

77
Takes a snapshot of the managed index in the configured repository and mounts it
8-
as a <<searchable-snapshots,{search-snap}>>.
9-
10-
In the frozen phase, the action mounts a <<partially-mounted,partially mounted
11-
index>>. In other phases, the action mounts a <<fully-mounted,fully mounted
12-
index>>. If the original index is part of a
8+
as a <<searchable-snapshots,{search-snap}>>. If the index is part of a
139
<<data-streams, data stream>>, the mounted index replaces the original index in
14-
the data stream.
10+
the stream.
11+
12+
The `searchable_snapshot` action requires <<data-tiers,data tiers>>. The action
13+
uses the
14+
<<tier-preference-allocation-filter,`index.routing.allocation.include._tier_preference`>>
15+
setting to mount the index directly to the phase's corresponding data tier. In
16+
the frozen phase, the action mounts a <<partially-mounted,partially mounted
17+
index>> to the frozen tier. In other phases, the action mounts a
18+
<<fully-mounted,fully mounted index>> to the corresponding data tier.
1519

1620
IMPORTANT: If the `searchable_snapshot` action is used in the hot phase the
1721
subsequent phases cannot include the `shrink`, `forcemerge`, or `freeze`

0 commit comments

Comments
 (0)