-
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
XMLHttpRequest after installing kibana #548
Comments
put the entire, fully qualified domain name and port in config.js, not "http://localhost:9200", see the comment directly above the configuration parameter |
Thanks for your quick answer. I solve my problem but it was a little bit tricky so I post here the solution : For example, if your hostname is "mycomputer" (you can have it with the command "hostname" on linux or windows). |
Thankyou Loicknuchel it solve my problem |
Hi,
I'm new to elasticsearch and kibana and I hove some trouble getting kibana working.
I'm using the actual latests versions (elasticsearch 0.90.5 and kibana 3).
I installed and run elasticsearch (
http://localhost:9200/
is responding as desired).I put kibana in my lamp server and when I go to
http://localhost/kibana/#/dashboard
I go this message :Error Could not contact Elasticsearch at http://localhost:9200. Please ensure that Elasticsearch is reachable from your system.
In the JavaScript console I have an XMLHttpRequest error :
In the config.js, I tried both
elasticsearch: "http://"+window.location.hostname+":9200"
andelasticsearch: "http://localhost:9200"
Do you have any idea on what I've could done wrong ?
Thanks for answering and sorry for my newbie question.
The text was updated successfully, but these errors were encountered: