We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
https://localhost:5601
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?
The text was updated successfully, but these errors were encountered:
Turns out there is some problem with SSL configuration in newer Kibana images. http://localhost:5601 works just fine.
http://localhost:5601
Sorry, something went wrong.
No branches or pull requests
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:
Any idea what it could be caused by?
The text was updated successfully, but these errors were encountered: