'错误无法在http://localhost:9200联系 Elasticsearch 。请确保可以从您的系统访问 Elasticsearch。
目前我正在关注http://packetbeat.com/getstarted
我安装了
现在,我更改我的 kibana/config.js 文件 - 输入,
elasticsearch: "http://"localhost":9200",
Run Code Online (Sandbox Code Playgroud)
在弹性搜索下。我得到一个纯白的页面,{{dashboard.current.title}}
顶部。
如果我注释掉 elasticsearch: "http://"localhost":9200",
我得到 Error Could not contact Elasticsearch at http://localhost:9200. Please ensure that Elasticsearch is reachable from your system.
如果我也输入它作为elasticsearch: "http://localhost:9200",
,我会得到同样的错误,它无法联系elasticsearch。
所以,我假设elasticsearch: "http://"localhost":9200",
是对的,但它应该呈现一些东西。也许是一个用户界面