es集群啟動后,在瀏覽器輸入:http://es ip地址:端口/_cat/nodes?pretty,會提示如下錯誤:
{ "error" : { "root_cause" : [ { "type" : "master_not_discovered_exception", "reason" : null } ], "type" : "master_not_discovered_exception", "reason" : null }, "status" : 503 }
解決方案:
在每個配置文件指定初始節點:
cluster.initial_master_nodes: node-1
重啟ES集群,瀏覽器再次輸入http://es ip地址:端口/_cat/nodes?pretty,就可以看到集群啟動成功了:
