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 not displaying dashboard #878

Closed
PalakGautam opened this issue Jan 28, 2014 · 8 comments
Closed

kibana not displaying dashboard #878

PalakGautam opened this issue Jan 28, 2014 · 8 comments

Comments

@PalakGautam
Copy link

Hi all ,

I have a amazon linux server instance and i have installed tomcat on that and i have downloaded kibana on that i have copied it in webapps folder of tomcat,everything worked fine like that on my windows machine ... but here when i access kibana from browser its doesnot display the dash board it just display this
{{dashboard.current.title}} thats it.Please help .. i have tried downloading kibana using many wget links from various websites using github ,elasticsearch but nothing seems to work.
this is the screenshot of what i get while accesing kibana.

kibana
kibana

@rashidkpc
Copy link
Contributor

Looks like perhaps you don't have javascript enabled? Hard to make a call here, can you take a look at the chrome debug console and see if you get any output? Something isn't executing.

@PalakGautam
Copy link
Author

it happened on my windows machine also but when i again downloaded the latest version it started .. working fine . what is not executing? I checked java script is enabled on my browser. i think that's a java script error. please find the screenshot below and help resolving this

kibana 2

@rashidkpc
Copy link
Contributor

Looks like you have a typo in your config.js somewhere.

@bonobo78
Copy link

Which versions of ElasticSearch, kibana maybe logstash and browser do you
use ?
Did you download it from elsewhere than elasticsearch.org or github kibana
project ?

Cdlt,
Frédéric Renan

2014-01-29 Rashid Khan [email protected]

Looks like you have a typo in your config.js somewhere.

Reply to this email directly or view it on GitHubhttps://github.com//issues/878#issuecomment-33595958
.

@PalakGautam
Copy link
Author

I just changed elasticsearch link in config.js thats it ..i am using a amazon linux instance so i just mentioned this "http://REDACTED(rashidkpc):9200" so as here to point for elasticsearch.

The versions are as follows:
elasticsearch - 0.90.7
kiabana 3 (i downloaded through this site http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip)
apache tomcat -7.0.2
browser -google chrome

@rashidkpc
Copy link
Contributor

You definitely have a syntax error in config.js, line 21, according to the screenshot you posted. Also, you absolutely should not expose port 9200 to the internet.

@PalakGautam
Copy link
Author

hey it worked now... i installed the latest kibana version again. and everything worked fine
Thanks for the help

@pawansharmasf
Copy link

just simply use a comma behind the IP like this.
elasticsearch: "http://192.168.1.140:9200",

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

5 participants
@rashidkpc @bonobo78 @PalakGautam @pawansharmasf and others