Hi, I want to develop kibana from docker and the kibana source code(adding some plugins and change some source code) and try to write a dockerfile to start it.
I have a server running elasticsearch. However, when I run the image it always stop at the "optimization success" and only a few times can start normally.
I run the kibana on this command : docker run -e "ELASTICSEARCH_URL= [server ip address]" [kibana image name]
Thanks for the reply.
I'm running my program on Win10, and build the docker image from the source code of kibana 6.2.4.
And when I run kibana, the last two logs are:
{"type":"log","@timestamp":"2018-07-10T08:13:48Z","tags":["info","optimize"],"pid":32,"bundles":["sense-tests","kibana","stateSessionStorageRedirect","status_page","timelion"],"status":"success","seconds":"57.03","message":"Optimization success in 57.03 seconds"}
{"type":"log","@timestamp":"2018-07-10T08:13:53Z","tags":["info","optimize"],"pid":32,"bundles":["sense-tests","kibana","stateSessionStorageRedirect","status_page","timelion"],"status":"success","seconds":"2.97","message":"Optimization success in 2.97 seconds"}
And it always stop here and no other logs display. When I try to access "localhost:5601", there is no connection.
And it always stop here and no other logs display.
That sounds correct, you shouldn't see anything else until you start interacting with Kibana. Are you sure you've exposed 5601 port from docker container (like here)?
INAL, but generally you can do whatever license permits, there are two of them used in Kibana, see Image Types for more details and also license for Docker image itself.
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.