Skip to content

Instantly share code, notes, and snippets.

@nightmareze1
Created December 29, 2018 13:39
Show Gist options
  • Save nightmareze1/294e6cf0d1ee38ffc5ef95b31987a9b5 to your computer and use it in GitHub Desktop.
Save nightmareze1/294e6cf0d1ee38ffc5ef95b31987a9b5 to your computer and use it in GitHub Desktop.
[root@ip-10-91-41-215 elk]# curl -X POST "http://localhost:9200/_snapshot/es-backups/mysnapshot/_restore" -d '{
"indices": [
"store_zone_pivots1520"
],
"ignore_unavailable": true,
"include_global_state": false
}'
[root@ip-10-91-41-215 elk]# curl -XGET 'http://localhost:9200/_cat/indices?v'
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open store_zone_pivots1520 ojStgKkbT8Wx1G_CE8XZKw 10 0 457845 0 964.7mb 964.7mb
green open fluentd-20181228 mUycz5W9SHKEzOmy7oefWw 5 8 4 0 18.1kb 18.1kb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment