Book Image

ElasticSearch Blueprints

Book Image

ElasticSearch Blueprints

Overview of this book

Table of Contents (15 chapters)
Elasticsearch Blueprints
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Restoring multiple indices


The replacement of selective indices is also supported as follows:

POST /_snapshot/index_backup/snap01/_restore
{
  "indices": " logstash-20-06-2015,logstash-20-05-2015",
  "ignore_unavailable": "true"
}

An existing index can only be restored if it is closed and has the same number of shards as the index in the snapshot.