Slide 23
Slide 23 text
Copyright Elasticsearch 2013. Copying, publishing and/or distributing without written permission is strictly prohibited
Restore Index v1.0 - cont.
$ curl -XPOST "localhost:9200/_snapshot/my_backup/my_snapshot_20131010" -d '
{
"indices":"test_*",
"rename_pattern": "test_(.)+",
"rename_replacement": "restored_$1",
"restore_global_state": true
}'
Friday, October 11, 13