-
Notifications
You must be signed in to change notification settings - Fork 66
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
kibana shows blank page with error #41
Comments
I'm running into the same issue using Basic Auth. Would be nice if some could get this fixed or even tell me and maxhyjal what we're doing wrong. |
Same problem here. |
So I got the same error. The problem lies in the newest version of kibana. If you chose not to update the built in kibana, the authentication works perfectly fine. |
Same problem here. |
Any updates? |
are you guys using this against ES 1.4.x? |
Got the same issues, someone fixed it ? |
There are no updates made to face this issue. For me it worked not to update the kibana version. So the solution from blendwolf seems to be the only one. |
Confirmed here as well. Any workaround for Kibana 4 would be appreciated! |
Looks like the fix is not in master yet, |
ah yes, my fork you mentioned used a reverse proxy built in express to workaround this. there are a few more commits that aren't pushed up to that fork that addresses some issues with it. i can push it up when i have a chance. we ultimately switched to a simple nginx proxy. the fork had some issues due to a bug in kibana parsing, though that issue might have been fixed in kibana master already. |
@izhan support for Kibana 4 is unlikely to be possible on a reverse proxy like this. @fangli may I suggest a small explanation in the Readme like this one: hmalphettes/kibana-proxy@f3e9d25 |
After following the installation procedure and starting nodejs app. It prompted me to enter the password(using basic auth). But after I enter the correct password, I'm getting a blank page with Cannot GET / error.
Is there some step I'm not aware of during the configurations?
Thanks!
The text was updated successfully, but these errors were encountered: