问答详情
源自:2-4 分布式安装

es 7 版本 发现不了 salve结点

主结点 配置

```

http.cors.enabled: true

http.cors.allow-origin: "*"

cluster.name: secret

node.name: master

node.master: true


network.host: 127.0.0.1

```

从结点配置

```

http.cors.enabled: true

http.cors.allow-origin: "*"


cluster.name: secret

node.name: slave1

node.master: false

network.host: 127.0.0.1

http.port: 9201

discovery.zen.ping.unicast.hosts: ["127.0.0.1:9200"]

```

我从浏览器  分别访问 本地 127.0.0.1:9200 和127.0.0.1:9201 都能显示 es 的信息  但是用head 插件 就只能看到master 信息  看不到 slave 信息


提问者:secrethaha 2019-05-07 14:04

个回答

  • LY_Ping
    2019-07-22 11:29:58

    直接删掉data节点就ok,老师没有讲到

  • 慕仰7482568
    2019-05-16 16:03:26

    不要复制粘贴解压后的master,解压源文件并且改名字,然后生成唯一的D:\Elasticsearch\elasticsearch-7.0.0-slave2\elasticsearch-7.0.0\configelasticsearch.keystore

  • dabo
    2019-05-12 23:23:02

    看到的两个 es 信息中的 cluster-uuid 不一样吧

    discovery.zen.ping.unicast.hosts: ["127.0.0.1:9200"]

    端口删掉试试,它是否使用的 tcp 端口 9300