Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.13] Clarify docs on deleting searchable snapshots (#108451) #108479

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/reference/searchable-snapshots/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ of {search-snap} indices.
The sole copy of the data in a {search-snap} index is the underlying snapshot,
stored in the repository. For example:

* You cannot unregister a repository while any of the searchable snapshots it
contains are mounted in {es}. You also cannot delete a snapshot if any of its
indices are mounted as a searchable snapshot in the same cluster.
* You must not unregister a repository while any of the searchable snapshots it
contains are mounted in {es}. You also must not delete a snapshot if any of its
indices are mounted as searchable snapshots.

* If you mount indices from snapshots held in a repository to which a different
cluster has write access then you must make sure that the other cluster does not
Expand Down
Loading