OpenSearch/docs/reference/high-availability/restore-cluster-data.asciidoc
James Rodewig 9dcf8a53a2 [DOCS] Add CCR docs to the Elasticsearch Reference Guide (#45704)
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.
2019-09-17 14:26:20 -04:00

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.
====