阿里云下使用docker部署kibana无法连接elasticsearch的问题
elasticsearch按照网上的博客正常部署,kibana部署后发现一直链接不上elastic,docker logs下发下以下问题:License information could not be obtained from Elasticsearch due to Error: No Living connections error在kibana的配置文件kibana.yml修改elast
·
elasticsearch按照网上的博客正常部署,kibana部署后发现一直链接不上elastic,docker logs下发下以下问题:
License information could not be obtained from Elasticsearch due to Error: No Living connections error
在kibana的配置文件kibana.yml修改elasticsearch.host,尝试修改为http://localhost:9200依旧不行,同样尝试使用–link或者–net链接elastic失败。
解决方法:elasticsearch.host要修改为阿里云服务器的主私网IP!!
更多推荐
已为社区贡献1条内容
所有评论(0)