Merge branch 'main' of ssh://gitea.arif-ali.co.uk:8622/snippets/public_docs
This commit is contained in:
commit
68a8606a7b
@ -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