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:
kosabogi 2024-08-22 12:22:32 +02:00 committed by GitHub
parent fb6c5a55dd
commit 62305f018b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View file

@ -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}

View file

@ -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]]