Use the following command to recover your Elasticsearch cluster faster than ever:
curl -X PUT localhost:9200/_cluster/settings -H 'Content-Type: application/json' -d'
{
"transient": {
"cluster.routing.allocation.node_concurrent_recoveries":30,
"indices.recovery.max_bytes_per_sec": "100mb"
}
}'