Elasticsearch Backup and restore

Elasticsearch is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.
Elasticsearch is developed in Java and is released as open source under the terms of the Apache License(wikipedia).

For backing up and restore data Elasticsearch have feature for that is a snapshot.

Continue Reading