我正在设置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
我当前正在使用6.2.2版本
更新: 我设法修复了反向代理部分,但遇到了错误消息“未捕获的typeerror ace.require不是函数”