mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-06 12:19:23 +00:00
* Added snapshot management Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Snapshot management v2 Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Added snapshot management Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Added user roles Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Added SME comments Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Changed dashboards access from index management to snapshot management Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Editorial comments Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
971 B
971 B
layout | title | nav_order | has_children | redirect_from | has_toc |
---|---|---|---|---|---|
default | Snapshots | 65 | true | /opensearch/snapshots/ | false |
Snapshots
Snapshots are backups of a cluster's indexes and state. State includes cluster settings, node information, index metadata (mappings, settings, templates, etc.), and shard allocation.
Snapshots have two main uses:
-
Recovering from failure
For example, if cluster health goes red, you might restore the red indexes from a snapshot.
-
Migrating from one cluster to another
For example, if you're moving from a proof-of-concept to a production cluster, you might take a snapshot of the former and restore it on the latter.
You can take and restore snapshots using the snapshot API.
If you need to automate taking snapshots, you can use the Snapshot Management feature.