Skip to content
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

Open
maxhyjal opened this issue Nov 4, 2014 · 12 comments
Open

kibana shows blank page with error #41

maxhyjal opened this issue Nov 4, 2014 · 12 comments

Comments

@maxhyjal
Copy link

maxhyjal commented Nov 4, 2014

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!

@bof64665
Copy link

bof64665 commented Nov 5, 2014

I'm running into the same issue using Basic Auth.
The blank page with Cannot GET/ - error is displayed in Chrome. IE displays a site saying that it run into a 404-error.
Authorization is working as it should, because entering the wrong password leads to a blank page saying "unauthorized".

Would be nice if some could get this fixed or even tell me and maxhyjal what we're doing wrong.

@mungeol
Copy link

mungeol commented Nov 7, 2014

Same problem here.

@Blendwolf
Copy link

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.

@johnnybraga
Copy link

Same problem here.
Any fix besides not update kibana?

@ghost
Copy link

ghost commented Dec 1, 2014

Any updates?

@faxm0dem
Copy link

faxm0dem commented Dec 1, 2014

are you guys using this against ES 1.4.x?

@spyzzz
Copy link

spyzzz commented Dec 2, 2014

Got the same issues, someone fixed it ?

@bof64665
Copy link

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.

@izhan
Copy link

izhan commented Dec 15, 2014

Confirmed here as well. Any workaround for Kibana 4 would be appreciated!

@noamgal
Copy link

noamgal commented Jan 7, 2015

Looks like the fix is not in master yet,
I just git clone https://github.com/izhan/kibana-authentication-proxy.git
and got this commit:
commit 304b944b354f158a18cc584055df635cbb4f5b26 Author: Irvin Zhan <[email protected]> Date: Thu Dec 18 09:23:07 2014 -0500 configure to allow for google oauth
and didn't get GET / error

@izhan
Copy link

izhan commented Jan 7, 2015

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.

@hmalphettes
Copy link
Contributor

@izhan support for Kibana 4 is unlikely to be possible on a reverse proxy like this.
Kibana 4 requires its own web tier as explained here: elastic/kibana#1628 (comment)

@fangli may I suggest a small explanation in the Readme like this one: hmalphettes/kibana-proxy@f3e9d25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants