-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unknown error while connecting to ElasticSearch #7
Comments
Hi Nagarajan, No, I haven’t got any answers unfortunately… I have ElasticSearch running only on localhost:9200. When you say, “you are facing the same issue now”, do you mean that before you were able to work fine with Kibana static? If so, what changed in between? Daniel From: Nagarajan Sivaraman [mailto:notifications@github.com] Hi! Have you got any answer ? Are you using elasticsearch in other than localhost:9200 ?? I am facing the same issue now — |
I was finally able to solve this problem by performing the following steps: Step 1: Solve the problem of "unknown error while connecting to ElasticSearch"This problem can be solved by changing the ElasticSearch configuration file at config/elasticsearch.yml located in the ElasticSearch installation directory. This makes sense as, if one uses the debugging tools in the web browser of choice to see what happens when launching Kibana4-static before doing the above changes, one sees the following warning message under the Console tab: Step 2: Solve the window size problem in KibanaThis problem can be solved by opening the public/index.js file in Kibana4's installation directory and replacing the line 87923 with the following line: UPDATE for Step 2: This issue is resolved with the newest version of Kibana4-static released in Mar-2016 with the latest patch that solves compatibility with ElasticSearch 2.x (Ref: #10). HTH |
Hello,
I have downloaded the kibana-4.3.1-windows.zip file from the github page and copied its contents to the www directory of my WAMP server.
When I open the index.html file at the kibana4-static/public directory I get the following error message:
Note the following:
"elasticsearch": "http://localhost:9200/"
Thanks in advance for your assistance!
Daniel
Versions:
Elasticsearch-2.1.1
Kibana-4.3.1
Firefox 44.0
Windows 8.1
The text was updated successfully, but these errors were encountered: