kouki_o
(Kouki O)
October 14, 2015, 9:13am
1
it does not work with kibana 4.2-beta2. (redirect to /app/kibana.)
I expect it to be redirected /kibana4/app/kibana/
my apache config
ProxyPass /kibana4/ http://localhost:5601/
ProxyPassReverse /kibana4/ http://localhost:5601/
but It will work with kibana 4.1.
kouki_o
(Kouki O)
October 17, 2015, 2:51am
2
WORKAROUND
I use namebase virtualhost. It's works fine.
NameVirtualHost *:80
<VirtualHost *:80>
ServerName kibana4.example.com
(snip ...)
</VirtualHost>
I can understand the design has been changed from Kibana 4.2.
However, I hope that also operate in the sub-directory.
Any ideas?
tbragin
(Tanya Bragin)
November 5, 2015, 5:07am
4
Indeed that's the issue we're tracking. Care to post your workaround as a comment to the issue?