Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 247 Bytes

graylog.md

File metadata and controls

10 lines (9 loc) · 247 Bytes

Change Graylog from read-only to read-write mode:

curl \
-XPUT \
-H "Content-Type: application/json" \
https://localhost:9200/_all/_settings \
-d '{"index.blocks.read_only_allow_delete": null}'