Add retry reroute doc for elastic

Signed-off-by: Arif Ali <mail@arif-ali.co.uk>
This commit is contained in:
Arif Ali 2022-05-23 22:41:11 +00:00
parent b6e31f8df6
commit 3ff0161327

View File

@ -57,3 +57,9 @@ curl -X PUT "localhost:9200/_all/_settings" \
-H "Content-Type: application/json" \
-d '{"index.blocks.read_only_allow_delete": false}'
```
Retry rerouting
```bash
curl -s -X POST 'http://localhost:9200/_cluster/reroute?retry_failed=true&pretty'
```