diff --git a/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc b/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc index e396303c82bf1..7e08947e7f624 100644 --- a/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc +++ b/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc @@ -5,13 +5,17 @@ Phases allowed: hot, cold, frozen. Takes a snapshot of the managed index in the configured repository and mounts it -as a <>. - -In the frozen phase, the action mounts a <>. In other phases, the action mounts a <>. If the original index is part of a +as a <>. If the index is part of a <>, the mounted index replaces the original index in -the data stream. +the stream. + +The `searchable_snapshot` action requires <>. The action +uses the +<> +setting to mount the index directly to the phase's corresponding data tier. In +the frozen phase, the action mounts a <> to the frozen tier. In other phases, the action mounts a +<> to the corresponding data tier. IMPORTANT: If the `searchable_snapshot` action is used in the hot phase the subsequent phases cannot include the `shrink`, `forcemerge`, or `freeze`