如何从浏览器访问kibana?

问题描述

我按照此处提到的说明安装了 elastic 和 Kibana...

https://opendistro.github.io/for-elasticsearch/downloads.html#prod

我可以使用 curl 连接到本地弹性服务器:

#  curl -XGET https://localhost:9200 -u 'admin:admin' --insecure
{
xxx:xxx  },"tagline" : "You Know,for Search"
}

我检查了文件 /etc/kibana/kibana.yml 以确保它连接到本地弹性服务器。

elasticsearch.hosts: https://localhost:9200

我启动了弹性服务并确认:

# ps aux | grep kibana
kibana    4740  109  1.3 848500 112308 ?       Rsl  06:49   0:02 /usr/share/kibana/bin/../node/bin/node /usr/share/kibana/bin/../src/cli/dist -c /etc/kibana/kibana.yml

但是当我访问 http://somedomain.com:5601

时 kibana UI 没有加载

如果重要的话,我正在使用 ARM 处理器。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)