PUT _all/_settings
{
"index.max_result_window": "2000000000"
}
curl -XPUT -H "Content-Type: application/json" http://xxx:9201/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
PUT _all/_settings
{
"index.max_result_window": "2000000000"
}
curl -XPUT -H "Content-Type: application/json" http://xxx:9201/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
本文标题:常用ES操作
本文链接:https://www.haomeiwen.com/subject/islxghtx.html
网友评论