I'm trying to start Kibana (by running the kibana.bat file available in C:\Program Files\Elasticsearch\Kibana\bin) but it fails. I'm using a Elasticsearch cluster with 3 nodes.
Anyone can point out where can I start to troubleshoot?
These are the errors that I can in the command prompt:
Bruno Dias [SLC] [DevOps Advocate] Selected answer as best 29th April 2021
Hello Bruno,
It's hard to exactly immediatly pinpoint the issue. Here would be some of my pointers:
- Can you access localhost:9200/ trough a browser? This should return a JSON file, if not, perhaps you bound elastic to a public ip instead of 0.0.0.0?
- Can you access localhost:9200/ without having to type credentials? If not, you can look at the kibana.yml to pass some credentials
- Usually at the start of the console, it gives more information if it could connect but something failed (this could dissapear fast by these log lines you are seeing now).
After checking those, I've not found a problem that I could not identify, if you have any other findings, please share them.
Thomas Deweer [SLC] Answered question 29th April 2021