Add retry reroute doc for elastic
Signed-off-by: Arif Ali <mail@arif-ali.co.uk>
This commit is contained in:
parent
b6e31f8df6
commit
3ff0161327
@ -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'
|
||||
```
|
Loading…
Reference in New Issue
Block a user