`

ES常用操作

    博客分类:
  • ES
阅读更多

ES setting操作:

curl -XPUT localhost:9200/_cluster/settings -d '{

      "transient" : {

          "threadpool.search.queue_size" : 1000000

      }

  }'

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics