Add command to delete index
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user