Kibana内置用户

时间:2019-03-26 08:13:44

标签: elasticsearch kibana

我正在设置kibana并使用登录名(使用x-pack)。我关注了文章:

https://www.elastic.co/guide/en/elasticsearch/reference/6.2/installing-xpack-es.html  https://www.elastic.co/guide/en/kibana/6.2/installing-xpack-kb.html

我也有反向代理。

ProxyPass /login http://x.x.x.x:5601/login

(x.x.x.x-> IP地址)

当我在浏览器中键入http://x.x.x.x:5601/app/kibana并登录在kibana.yml内部配置的帐户时,它将始终返回到https://x.x.x.x:5601/login ....“ 页。 我应该如何配置kibana?

尝试

xpack.reporting.kibanaServer.port: 8443
xpack.reporting.kibanaServer.protocol: https
xpack.reporting.kibanaServer.hostname: x.x.x.x

https://www.elastic.co/guide/en/kibana/current/reporting-settings-kb.html#reporting-kibana-server-settings

我当前正在使用6.2.2版本


更新: 我设法修复了反向代理部分,但遇到了错误消息“未捕获的typeerror ace.require不是函数”

enter image description here

0 个答案:

没有答案