File tree 1 file changed +10
-7
lines changed
docs/reference/ilm/actions 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Phases allowed: hot, cold.
6
6
7
- Takes a snapshot of the managed index in the configured repository
8
- and mounts it as a searchable snapshot.
9
- If the managed index is part of a <<data-streams, data stream>>,
10
- the mounted index replaces the original index in the data stream.
7
+ Takes a snapshot of the managed index in the configured repository and mounts it
8
+ as a << searchable-snapshots,{search-snap}>>. If the index is part of a
9
+ <<data-streams, data stream>>, the mounted index replaces the original index in
10
+ the stream.
11
11
12
- To use the `searchable_snapshot` action in the `hot` phase, the `rollover`
13
- action *must* be present. If no rollover action is configured, {ilm-init}
14
- will reject the policy.
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. For
16
+ example, in the cold phase, the action mounts a searchable snapshot index to the
17
+ cold data tier.
15
18
16
19
IMPORTANT: If the `searchable_snapshot` action is used in the `hot` phase the
17
20
subsequent phases cannot define any of the `shrink`, `forcemerge`, `freeze` or
You can’t perform that action at this time.
0 commit comments