添加 ELK/index-block只读处理.md

This commit is contained in:
iProbe 2024-02-02 16:04:03 +08:00
parent f8fabe81cc
commit f7f6e2f0cc

View file

@ -0,0 +1,3 @@
```shell
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
```