📌  相关文章
📜  cluster_block_exception - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:42.548000             🧑  作者: Mango

代码示例1
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_cluster/settings -d '{ "transient": { "cluster.routing.allocation.disk.threshold_enabled": false } }'
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'