Skip to content

Commit 49fb505

Browse files
jrodewigstefnestor
andauthored
[DOC] Don't include searchable snapshot ILM action in both hot and cold phases (#82013) (#82220)
As outlined in #81604, including the `searchable_snapshot` action in both the hot and cold phases can result in indices not automatically migrating to the cold tier during the cold phase. This adds a related warning. Co-authored-by: James Rodewig <[email protected]> (cherry picked from commit 9fd280b) Co-authored-by: Stef Nestor <[email protected]>
1 parent 8d5ea24 commit 49fb505

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ the frozen phase, the action mounts a <<partially-mounted,partially mounted
1717
index>> prefixed with `partial-` to the frozen tier. In other phases, the action mounts a
1818
<<fully-mounted,fully mounted index>> prefixed with `restored-` to the corresponding data tier.
1919

20+
WARNING: Don't include the `searchable_snapshot` action in both the hot and cold
21+
phases. This can result in indices failing to automatically migrate to the cold
22+
tier during the cold phase.
23+
2024
If the `searchable_snapshot` action is used in the hot phase the subsequent
2125
phases cannot include the `shrink`, `forcemerge`, or `freeze` actions.
2226

0 commit comments

Comments
 (0)