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 a snapshot


The snapshot we created named snap01 can be restored by the following command:

POST /_snapshot/index_backup/snap01/_restore 

By default, all the indices in the snapshot are restored through this method.