简体   繁体   中英

Elasticsearch snapshot for a cluster

I have a Elasticsearch cluster running with three nodes. and have created a snapshot repository for the cluster, and trying to create a snapshot manually using,

10.0.0.120:9200/_snapshot/$REPO_NAME/$SNAPSHOT_NAME

But I am not sure if I have to create snapshot from all nodes or from any one node? And if i have to make snapshot call from all nodes seperately, should the name of snapshot be same?

Also is there a way to verify if the snapshot is fine without restoring it?

According to Documentation “A snapshot is a backup of a running Elasticsearch cluster.”

So all nodes will be in, and you don't need to make separate snapshots.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM