Skip to content

Commit

Permalink
Add note about importance of snapshots for Elasticsearch recovery and…
Browse files Browse the repository at this point in the history
… migration (#8051)

Added a note in `elasticsearch-specification.asciidoc` and `snapshots.asciidoc` to emphasize the importance of snapshots for recovering Elasticsearch indices in case of accidental deletion or for migrating data between clusters.

---------
Co-authored-by: Thibault Richard <thbkrkr@users.noreply.github.com>
  • Loading branch information
kunisen authored Oct 9, 2024
1 parent adf6610 commit 0fcebf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Before you deploy and run ECK, take some time to look at the basic and advanced
**Advanced settings**

NOTE: Snapshots are essential for recovering Elasticsearch indices in case of accidental deletion or for migrating data between clusters.

- <<{p}-virtual-memory>>
- <<{p}-reserved-settings>>
- <<{p}-es-secure-settings>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ endif::[]
[id="{p}-{page_id}"]
= Create automated snapshots

NOTE: Snapshots are essential for recovering Elasticsearch indices in case of accidental deletion or for migrating data between clusters.

To set up automated snapshots for Elasticsearch on Kubernetes you have to:

. Register the snapshot repository with the Elasticsearch API.
Expand Down

0 comments on commit 0fcebf2

Please sign in to comment.