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 信息