When i tried to Restore indices through Snapshot by below Command
curl -XPOST "http://localhost:9200/_snapshot/cs-automated/2018-01-21t00-43-52.c6293dff-3b5b-48c1-aec2-09d90856cea1/_restore" -H 'Content-Type: application/json' -d'
{"indices":"cwl-2017.12.13"}'
I got Below Error
{
"error": {
"root_cause": [
{
"type": "concurrent_snapshot_execution_exception",
"reason": "[cs-automated:2018-01-21t00-43-52.c6293dff-3b5b-48c1-aec2-09d90856cea1/9hoTf0CQRr2Qdsjyniku4Q] Restore process is already running in this cluster"
}
],
"type": "concurrent_snapshot_execution_exception",
"reason": "[cs-automated:2018-01-21t00-43-52.c6293dff-3b5b-48c1-aec2-09d90856cea1/9hoTf0CQRr2Qdsjyniku4Q] Restore process is already running in this cluster"
},
"status": 503
}
Please help i am unable to restore this indices i.e. cwl-2017.12.13 and unable to restore any snapshot now