diff --git a/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc b/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc index 1ed5b2b3255b5..66add3cb0e881 100644 --- a/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc +++ b/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc @@ -17,6 +17,10 @@ the frozen phase, the action mounts a <> prefixed with `partial-` to the frozen tier. In other phases, the action mounts a <> prefixed with `restored-` to the corresponding data tier. +WARNING: Don't include the `searchable_snapshot` action in both the hot and cold +phases. This can result in indices failing to automatically migrate to the cold +tier during the cold phase. + If the `searchable_snapshot` action is used in the hot phase the subsequent phases cannot include the `shrink`, `forcemerge`, or `freeze` actions.