elasticsearch 集群配置
Posted 小卒子0624
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch 集群配置相关的知识,希望对你有一定的参考价值。
cluster.name: elasticsearch node.name: node-01 bootstrap.mlockall: true network.publish_host: 192.168.6.30 network.bind_host: 192.168.6.30 http.port: 9200 transport.tcp.port: 9300 discovery.zen.ping.unicast.hosts: [‘192.168.6.30‘,‘192.168.6.83‘]
以上是关于elasticsearch 集群配置的主要内容,如果未能解决你的问题,请参考以下文章