You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I kill the process, and start it in foreground manually with gosu kibana /opt/kibana/bin/kibana, it starts up just fine, and I'm able to access port 5601.
Any advice on what I can try for Kibana to be able to start up automatically?
The text was updated successfully, but these errors were encountered:
Wir have a similar issue with version 8.6.2. Started the container with "docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -it --name elk sebp/elk" without any mounted volumes or configuration. Any idea what this could be?
If you exec bash in, you will see kibana service has a lot of CPU. I thin it's doing some first-time build of the project during first setup. Just leave for a few minutes and come back and the service will be built and working 😄
I've pulled latest (
8.3.3
) image, as well asoss-8.3.3
, and started with basic configuration using docker-compose:Waited a few minutes... When I connect to host:5601, I get "connection refused." Same if I execute bash inside container and run curl localhost:5601.
ElasticSearch is fine, and accessible on port 9200:
Inside the container,
/var/log/kibana/kibana5.log
is empty. However, I see kibana process running fine:If I kill the process, and start it in foreground manually with
gosu kibana /opt/kibana/bin/kibana
, it starts up just fine, and I'm able to access port 5601.Any advice on what I can try for Kibana to be able to start up automatically?
The text was updated successfully, but these errors were encountered: