常用ES操作

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操作)