无法远程访问Kibana

时间:2018-08-08 12:56:26

标签: ubuntu elasticsearch kibana

我的kibana.yml:

server.host: "0.0.0.0"
elasticsearch.url: "http://localhost:9200"

ufw已停用-仅用于测试

iptables已停用-仅用于测试

端口5601

tcp   0  0 0.0.0.0:5601  0.0.0.0:*  LISTEN  1757/node

当我尝试访问kibana local时,它给了我

* Connected to domain.com (my ip) port 5601 (#0)
> GET / HTTP/1.1
> Host: domain.com:5601
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 200 OK
< kbn-name: kibana
< kbn-version: 5.2.2
< cache-control: no-cache
< content-type: text/html; charset=utf-8
< content-length: 217
< accept-ranges: bytes
< Date: Wed, 08 Aug 2018 12:28:06 GMT
< Connection: keep-alive
<
<script>var hashRoute = '/app/kibana';
var defaultRoute = '/app/kibana';

var hash = window.location.hash;
if (hash.length) {
  window.location = hashRoute + hash;
} else {
  window.location = defaultRoute;
* Connection #0 to host domain.com left intact
}</script>

在我的浏览器中,仍然无法通过domain.com:5601访问kibana,ip_adress:5601也不起作用

0 个答案:

没有答案