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

This commit is contained in:
Arif Ali 2022-03-14 17:36:13 +00:00
commit e5d491de12
Signed by: arif
GPG Key ID: 369608FBA1353A70

View File

@ -18,6 +18,12 @@ Get version details of elasticsearch
curl -X GET "localhost:9200"
```
Delete an index
```bash
curl -X DELETE "localhost:9200/graylog_20"
```
Get current health
```bash