slave啟動后還是只顯示master,slave顯示不出來
cluster.name: esName
node.name: slave1
network.host: 127.0.0.1
http.port: 8200
discovery.zen.ping.unicast.hosts: ["127.0.0.1"]
cluster.name: esName
node.name: slave1
network.host: 127.0.0.1
http.port: 8200
discovery.zen.ping.unicast.hosts: ["127.0.0.1"]
2018-09-07
舉報
2018-12-04
我也這樣,請問解決了嗎
2018-11-18
[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}
2018-11-18
我的是centos7
2018-11-18
不行啊
2018-11-02
刪掉elasticsearch目錄下的data文件夾試試
2018-10-27
我的也是,你解決了嗎
2018-09-07