I have two containers one for each elasticsearch and kibana.
started elasticsearch as : docker start elasticsearch
I go to localhost:9200
I can see elasticsearch is running up.
now I do docker start kibana
I type kibana ps -a
I can see both containers are running.
Now I go to localhost:5601
I get the message "Kibana server is not ready yet"
Can anyone give any suggestions. I am running these on a vm.
I was about to write about this. so when I type docker start kibana. (kibana is the name of the container).
It echoes back the name of the container. where do I get the logs from.?
Error: Request Timeout after 30000ms"}
{"type":"log","@timestamp":"2019-05-14T15:59:31Z","tags":["warning","task_manager"],"pid":1,"message":"PollError Request Timeout after 30000ms"}
{"type":"log","@timestamp":"2019-05-14T16:00:04Z","tags":["warning","task_manager"],"pid":1,"message":"PollError Request Timeout after 30000ms"}
{"type":"log","@timestamp":"2019-05-14T16:00:26Z","tags":["warning","elasticsearch","data"],"pid":1,"message":"Unable to revive connection: http://elasticsearch:9200/"}
{"type":"log","@timestamp":"2019-05-14T16:00:26Z","tags":["license","warning","xpack"],"pid":1,"message":"License information from the X-Pack plugin could not be obtained from Elasticsearch for the [data] cluster. Error: Request Timeout after 30000ms"}
Ok, so it's running but the Kibana container is unable to access it by its service name elasticsearch .
Are you using docker compose? Can you provide your docker-compose.yml file? If you need an example of getting the Elastic stack up with that, we have an example here: https://github.com/elastic/stack-docker
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.