administering.asciidoc 824 B

12345678910111213141516171819202122232425
  1. [[administer-elasticsearch]]
  2. = Administering {es}
  3. [partintro]
  4. --
  5. Elasticsearch is a complex piece of software, with many moving parts. There are
  6. many APIs and features that are designed to help you manage your Elasticsearch
  7. cluster.
  8. --
  9. [[backup-cluster]]
  10. == Back up a cluster
  11. As with any software that stores data, it is important to routinely back up your
  12. data. {es} replicas provide high availability during runtime; they enable you to
  13. tolerate sporadic node loss without an interruption of service.
  14. Replicas do not provide protection from catastrophic failure, however. For that,
  15. you need a real backup of your cluster—a complete copy in case something goes
  16. wrong.
  17. To back up your cluster, you can use the <<modules-snapshots,snapshot API>>.
  18. include::{es-repo-dir}/modules/snapshots.asciidoc[tag=snapshot-intro]