Kibana on Docker cannot connect to Elasticsearch

前端 未结 3 566
旧时难觅i
旧时难觅i 2020-12-13 13:36

I tried to create Kibana and Elasticsearch and it seems that Kibana is having trouble identifying Elasticsearch.

Here are my steps:

1) Create network

<
3条回答
  •  Happy的楠姐
    2020-12-13 14:01

    Test:

    docker run -d -e ELASTICSEARCH_URL=http://yourhostip:9200 -p 5601:5601 kibana:4.6
    

    You can test with your host ip or the ip identified by docker0 in ifconfig

    Regards

提交回复
热议问题