mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Updates-warning-about-mounting-snapshots (#112057)
* Updates-warning-about-mounting-snapshots * Update docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --------- Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
This commit is contained in:
parent
fb6c5a55dd
commit
62305f018b
2 changed files with 10 additions and 4 deletions
|
@ -24,7 +24,10 @@ For more information, see <<security-privileges>>.
|
||||||
==== {api-description-title}
|
==== {api-description-title}
|
||||||
|
|
||||||
This API mounts a snapshot as a searchable snapshot index.
|
This API mounts a snapshot as a searchable snapshot index.
|
||||||
Note that manually mounting {ilm-init}-managed snapshots can <<manually-mounting-snapshots,interfere>> with <<index-lifecycle-management,{ilm-init} processes>>.
|
|
||||||
|
Don't use this API for snapshots managed by {ilm-init}. Manually mounting
|
||||||
|
{ilm-init}-managed snapshots can <<manually-mounting-snapshots,interfere>> with
|
||||||
|
<<index-lifecycle-management,{ilm-init} processes>>.
|
||||||
|
|
||||||
[[searchable-snapshots-api-mount-path-params]]
|
[[searchable-snapshots-api-mount-path-params]]
|
||||||
==== {api-path-parms-title}
|
==== {api-path-parms-title}
|
||||||
|
|
|
@ -176,9 +176,12 @@ nodes that have a shared cache.
|
||||||
====
|
====
|
||||||
Manually mounting snapshots captured by an Index Lifecycle Management ({ilm-init}) policy can
|
Manually mounting snapshots captured by an Index Lifecycle Management ({ilm-init}) policy can
|
||||||
interfere with {ilm-init}'s automatic management. This may lead to issues such as data loss
|
interfere with {ilm-init}'s automatic management. This may lead to issues such as data loss
|
||||||
or complications with snapshot handling. For optimal results, allow {ilm-init} to manage
|
or complications with snapshot handling.
|
||||||
snapshots automatically. If manual mounting is necessary, be aware of its potential
|
|
||||||
impact on {ilm-init} processes. For more information, learn about <<index-lifecycle-management,{ilm-init} snapshot management>>.
|
For optimal results, allow {ilm-init} to manage
|
||||||
|
snapshots automatically.
|
||||||
|
|
||||||
|
<<ilm-searchable-snapshot,Learn more about {ilm-init} snapshot management>>.
|
||||||
====
|
====
|
||||||
|
|
||||||
[[searchable-snapshots-shared-cache]]
|
[[searchable-snapshots-shared-cache]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue