Browse Source

Correct prefix in docs for ILM fully-mounted searchable snapshots (#85457)

This incorrectly had "recovered-" when "restored-" is what is actually
used.

Resolves #85432
Lee Hinman 3 years ago
parent
commit
42d0071696
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/searchable-snapshots/index.asciidoc

+ 1 - 1
docs/reference/searchable-snapshots/index.asciidoc

@@ -133,7 +133,7 @@ retrieve the data needed to complete the search in parallel with the ongoing
 recovery. On-disk data is preserved across restarts, such that the node does
 not need to re-download data that is already stored on the node after a restart.
 +
-Indices managed by {ilm-init} are prefixed with `recovered-` when fully mounted.
+Indices managed by {ilm-init} are prefixed with `restored-` when fully mounted.
 
 [[partially-mounted]]
 Partially mounted index::