1.对所有索引去只读

curl -XPUT -H 'Content-Type: application/json' http://192.168.1.156:9200/_settings -d '
{
    "index": {
        "blocks": {
            "read_only_allow_delete": "false"
        }
    }
}'

https://www.cnblogs.com/barneywill/p/10622944.html

相关文章:

  • 2021-11-24
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-07-14
猜你喜欢
  • 2021-05-11
  • 2021-09-14
  • 2021-12-05
  • 2022-03-01
  • 2021-12-22
  • 2022-02-15
相关资源
相似解决方案