elasticsearch azure repository verification exception elasticsearch azure repository verification exception elasticsearch elasticsearch

elasticsearch azure repository verification exception


Before taking a snapshot, you need to register the Azure repository with Elasticsearch.

Create a storage account in Azure and under that, create a Container BLOB and then register it to the repository es_snapshot as below:

PUT _snapshot/es_snapshot{    "type": "azure",    "settings": {      "container": "es_snapshot",      "compress" : true    }}

Once the repository es_snapshot is registered, you can then take snapshots


"The specified container does not exist"

Error is clear - Create a container of name "es_snapshot" and the try