mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
9dcf8a53a2
Previously, cross-cluster replication (CCR) documentation was located in the Stack Overview: https://www.elastic.co/guide/en/elastic-stack-overview/master/xpack-ccr.html This adds CCR documentation to the Elasticsearch Reference Guide with a level offset for headings. The level offset and CCR Stack Overview docs will be removed in later commits.
16 lines
612 B
Plaintext
16 lines
612 B
Plaintext
[[restore-cluster-data]]
|
|
=== Restore a cluster's data
|
|
++++
|
|
<titleabbrev>Restore the data</titleabbrev>
|
|
++++
|
|
|
|
include::{es-repo-dir}/modules/snapshots.asciidoc[tag=restore-intro]
|
|
|
|
[TIP]
|
|
====
|
|
If your cluster has {es} {security-features} enabled, the restore API requires the `manage` cluster privilege. There is no bespoke role for the restore process. This privilege is very permissive and should only
|
|
be granted to users in the "administrator" category. Specifically, it allows
|
|
malicious users to exfiltrate data to a location of their choosing. Automated
|
|
tools should not run as users with this privilege.
|
|
====
|