ES项目中所遇问题

Unable to retrieve version information from Elasticsearch nodes

出现此问题一般是配置文件出现问题:
第一步:
Kibana配置文件:kibana.yml

server.port: 5601
i18n.locale: "zh-CN"
server.host: "0.0.0.0"
elasticsearch.hosts: ["http://127.0.0.1:9200"]

第二步:
es配置文件:elasticsearch.yml

network.host: 127.0.0.1
discovery.seed_hosts: ["127.0.0.1"]

你可能感兴趣的:(elasticsearch,大数据,搜索引擎)