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 3 not working on IE9 #1224

Closed
enigma69 opened this issue May 15, 2014 · 2 comments
Closed

Kibana 3 not working on IE9 #1224

enigma69 opened this issue May 15, 2014 · 2 comments

Comments

@enigma69
Copy link

I'm trying to configure Kibana3,Elasticsearch 1.1.0 and logstash 1.4 on Windows using If I use Firefox I can access Kibana without any problems, however when I try to access using IE9 I just get a blank page I can't see any errors eithers.... I use the same url in both situations,
http://host:6084/kibana/index.html#/dashboard/file/guided.json,

where host is the server hosting Apache Tomcat Serving Kibana 3.

When I try to do the same from the host using IE7 I get an error, I guess there may be compatibility issues with IE7.
http://localhost:6084/kibana/#/dashboard/file/default.json

Line: 22
Char: 25416
Error: Expected identifier
Code:0
URL: http://localhost:6084/kibana/

Any Help would be really appreciated as I'm new to this framework and

@rashidkpc
Copy link
Contributor

We've decided to drop IE9 support. Kibana 4 supports IE10 and above.

@preaction
Copy link

I was able to fix this by setting the X-UA-Compatible HTTP header to "IE=edge". Because of the IE conditional comments, it's impossible to turn off compatibility mode in the tags. (see http://stackoverflow.com/questions/12894082/how-to-prevent-ie9-from-rendering-intranet-sites-in-compatibility-mode)

You can use the F12 developer tools to see if you are running in "IE9 Compatibility View", which does not work. You can then change to "IE9" and see that it does work.

This is just useful information for anyone who has this problem in the future.

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

4 participants
@preaction @rashidkpc @enigma69 and others