-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reverse-proxy: Unable to load "text!config" modules because of an unknown error. #1653
Comments
seems like a HTTP CORS (protection activated by default in ES 1.4) |
Thanks, we don't currently support running Kibana behind a reverse proxy. Given the http 403 you're seeing in the logs it would appear to be a permissions issue. As this does not appear to be a Kibana bug I'm going to go ahead and close this |
Thanks for the tip with cors, I'll try it later. Can we then use this as a feature request for supporting a reverse proxy? It is crucial to run kibana on a subdomain along with other services in the same server, and for us the best way to implement access control and ssl. What exactly is the reason kibana does not support reverse proxys? Anything I can do? |
I'm having the exact same issue. Reverse proxy through nginx worked fine in kibana3. Has anyone figured out a good solution for access control and ssl? |
It's a quite bit late to answer this, but... I solved it by add this option under the |
FYI
|
Thanks @nkts and @garam-lee, that worked! |
@nkts, @garam-lee, thanks. Worked like a magic |
You cannot set reverse proxy for kibana in folder, it should be root directory for the domain or subdomain. @awesomescot First run following command and create authentication user for nginx
Then add following lines to end of your site's nginx configuration file.
|
I'd like to see support for running Kibana 4 behind a reverse proxy with a prefixed path (e.g. /kibana). |
+1 |
This code works for me for prefix for "kb4" (thanks to comments in ticket #1630)
|
Works great - thank you! 😄 |
Kibana needs a few extra headers in order to handle reverse proxy via nginx. See: elastic/kibana#1653
Kibana needs a few extra headers in order to handle reverse proxy via nginx. See: elastic/kibana#1653
Kibana needs a few extra headers in order to handle reverse proxy via nginx. See: elastic/kibana#1653
Kibana needs a few extra headers in order to handle reverse proxy via nginx. See: elastic/kibana#1653
Kibana needs a few extra headers in order to handle reverse proxy via nginx. See: elastic/kibana#1653
I just installed kibana 4 Beta 1.1 on Ubuntu 14.04 and started
bin/kibana
. I configured nginx as a reverse proxy to the default 5601 port, so that kibna is avaiable athttps://myserver
. When I open that, I get the following error:The console displays about the same, and stdout contains this error entry:
The problem seems to be the reverse proxy, because if I directly access kibana at port 5601, the said request suceeds with 200.
The text was updated successfully, but these errors were encountered: