elasticsearch,kibana,Ubuntu,elasticsearch,Kibana" /> elasticsearch,kibana,Ubuntu,elasticsearch,Kibana" />

Ubuntu 无法远程访问Kibana

Ubuntu 无法远程访问Kibana,ubuntu,elasticsearch,kibana,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) &

我的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(我的ip)端口5601(#0)
>GET/HTTP/1.1
>主机:domain.com:5601
>用户代理:curl/7.47.0
>接受:*/*
>

仍然无法在我的浏览器中通过domain.com:5601访问kibana,ip_地址:5601不工作

这可能是默认情况下阻止大多数端口的云实例吗?该配置将在云提供商的UI或API中。No:(这是我所在城市的一个主机的根服务器。服务团队告诉我,他们根本没有阻止任何端口。