Browse Source

Mention prefixes of mounted index in ILM Searchable Snapshot action (#81421)

The searchable snapshot action mounts snapshots as indices 
with a different prefix depending of the phase. This commit
tries to mention them in the docs.
Tanguy Leroux 3 years ago
parent
commit
061d38ca5a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc

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

@@ -14,8 +14,8 @@ uses the
 <<tier-preference-allocation-filter,`index.routing.allocation.include._tier_preference`>>
 <<tier-preference-allocation-filter,`index.routing.allocation.include._tier_preference`>>
 setting to mount the index directly to the phase's corresponding data tier. In
 setting to mount the index directly to the phase's corresponding data tier. In
 the frozen phase, the action mounts a <<partially-mounted,partially mounted
 the frozen phase, the action mounts a <<partially-mounted,partially mounted
-index>> to the frozen tier. In other phases, the action mounts a
-<<fully-mounted,fully mounted index>> to the corresponding data tier.
+index>> prefixed with `partial-` to the frozen tier. In other phases, the action mounts a
+<<fully-mounted,fully mounted index>> prefixed with `restored-` to the corresponding data tier.
 
 
 If the `searchable_snapshot` action is used in the hot phase the subsequent
 If the `searchable_snapshot` action is used in the hot phase the subsequent
 phases cannot include the `shrink` or `forcemerge` actions.
 phases cannot include the `shrink` or `forcemerge` actions.