bluce
2018-03-26 17:51
我想问下老师。。为什么我启动三个es后 head中只显示了一个master节点?
[elastic@localhost local]$ curl http://127.0.0.1:9201/_cat/nodes
{"error":{"root_cause":[{"type":"master_not_discovered_exception","reason":null}],"type":"master_not_discovered_exception","reason":null},"status":503}
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.unicast.hosts: ["ip"]
node.master: true
每个节点的 elasticsearch.yml 配置文件中 都应加上以上配置
discovery.zen.minimum_master_nodes---节点总数/2+1 (3个的话写2就行)
我也是
跟着配置了,我也只能看到一个master,还要配置啥
这个按照老师的操作,集群根本关联不上,怀疑如果用苹果笔记本,本地访问,应该没问题
红圈为主节点,其他为工作结点,这是配置了集群,才可以看到这个效果。
红圈为主节点,其他为工作结点,这是配置了集群,才可以看到这个效果。
ElasticSearch入门
67742 学习 · 302 问题
相似问题