Elasticsearch 5.3 集群搭建
es-node1
cluster.name: es-cluster
node.name: es-node1
network.host: 10.10.45.200
http.port: 8201
transport.host: 10.10.45.200
transport.tcp.port: 8301
bootstrap.memory_lock: false
bootstrap.system_call_filter: false
discovery.zen.ping.unicast.hosts: ["10.10.45.200:8301", "10.10.45.200:8302", "10.10.45.200:8303"]
discovery.zen.minimum_master_nodes: 2
es-node2
cluster.name: es-cluster
node.name: es-node2
network.host: 10.10.45.200
http.port: 8202
transport.host: 10.10.45.200
transport.tcp.port: 8302
bootstrap.memory_lock: false
bootstrap.system_call_filter: false
discovery.zen.ping.unicast.hosts: ["10.10.45.200:8301", "10.10.45.200:8302", "10.10.45.200:8303"]
discovery.zen.minimum_master_nodes: 2
es-node3
cluster.name: es-cluster
node.name: es-node3
network.host: 10.10.45.200
http.port: 8203
transport.host: 10.10.45.200
transport.tcp.port: 8303
bootstrap.memory_lock: false
bootstrap.system_call_filter: false
discovery.zen.ping.unicast.hosts: ["10.10.45.200:8301", "10.10.45.200:8302", "10.10.45.200:8303"]
discovery.zen.minimum_master_nodes: 2
集群状态查询:http://10.10.45.200:8201/_cluster/health?pretty
- 上一篇
CloudFoundry命令行和Kubernetes命令行中Restful API消费方式是怎么样的
这篇文章主要为大家展示了"CloudFoundry命令行和Kubernetes命令行中Restful API消费方式是怎么样的",内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一
- 下一篇
linux配置IP地址重启网络报错RTNETLINK answers: File exists怎么办
这篇文章主要讲解了"linux配置IP地址重启网络报错RTNETLINK answers: File exists怎么办",文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一