docker-logspout-elk icon indicating copy to clipboard operation
docker-logspout-elk copied to clipboard

Kibana not working

Open enumag opened this issue 7 years ago • 1 comments

I'd like to use this but when I run docker-compose up and open https://localhost:5601 Kibana doesn't show up (infinite connecting until timeout).

Docker logs show this:

kibana_1         | {"type":"error","@timestamp":"2018-03-19T13:08:02Z","tags":["connection","client","error"],"pid":11,"level":"error","error":{"message":"Parse Error","name":"Error","stack":"Error: Parse Error\n    at Error (native)","code":"HPE_INVALID_METHOD"},"message":"Parse Error"}

Any idea what it could be caused by?

enumag avatar Mar 19 '18 13:03 enumag

Turns out there is some problem with SSL configuration in newer Kibana images. http://localhost:5601 works just fine.

enumag avatar Mar 19 '18 13:03 enumag