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.