Kibana WebUI 永远加载
Kibana WebUI loading forever
我在 Windows Server 2012 R2 上安装了 ELK 7.01(ElasticStach、Logstash 和 Kibana)。我的配置如下("priv"是我们的私网):
kibana.yml:
server.port: 5601
server.host: elastic.priv
server.name: "Kibana 7.0.1"
elasticsearch.hosts: ["http://elastic.priv:9200"]
elasticsearch.yml:
network.host: elastic.priv
http.port: 9200
discovery.seed_hosts: ["127.0.0.1", "[::1]"]
当我尝试访问服务器上的 http://elastic.priv:5601/app/kibana 时,它按预期工作。
但是当我尝试从本地网络中的另一台计算机访问它时,我得到一个永远加载的白页(没有可见错误)。
使用 Google Chrome DevTools,在“网络”选项卡中,我看到内容正在下载几分钟,状态为“200 OK”,然后它过期并变为“(失败)net:ERR_CONNECTION_RESET”。但是Chrome仍然显示空白页面,没有错误。
我在官方论坛上找不到其他有同样问题的人。我的配置有误吗?
在对我们的防火墙 (Stormshield) 进行安全审核后,我们发现其 DPI 模块阻止了流量。
我在 Windows Server 2012 R2 上安装了 ELK 7.01(ElasticStach、Logstash 和 Kibana)。我的配置如下("priv"是我们的私网):
kibana.yml:
server.port: 5601
server.host: elastic.priv
server.name: "Kibana 7.0.1"
elasticsearch.hosts: ["http://elastic.priv:9200"]
elasticsearch.yml:
network.host: elastic.priv
http.port: 9200
discovery.seed_hosts: ["127.0.0.1", "[::1]"]
当我尝试访问服务器上的 http://elastic.priv:5601/app/kibana 时,它按预期工作。
但是当我尝试从本地网络中的另一台计算机访问它时,我得到一个永远加载的白页(没有可见错误)。
使用 Google Chrome DevTools,在“网络”选项卡中,我看到内容正在下载几分钟,状态为“200 OK”,然后它过期并变为“(失败)net:ERR_CONNECTION_RESET”。但是Chrome仍然显示空白页面,没有错误。
我在官方论坛上找不到其他有同样问题的人。我的配置有误吗?
在对我们的防火墙 (Stormshield) 进行安全审核后,我们发现其 DPI 模块阻止了流量。