Merge branch 'main' of ssh://gitea.arif-ali.co.uk:8622/snippets/public_docs

This commit is contained in:
Arif Ali 2022-10-18 08:55:54 +01:00
commit 68a8606a7b
Signed by: arif
GPG Key ID: 369608FBA1353A70

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'
```