Not able to see Kibana Dashboard Locally using kibana 5.5.1

Hi

I'm trying to run kibana 5.5.1 docker image locally

i have done docker pull docker.elastic.co/kibana/kibana:5.5.1

To run this docker image i'm doing
docker run --name dev-kibana -e ELASTICSEARCH_URL=http://10.0.32.8:32771 -p 5601:5601 -d docker.elastic.co/kibana/kibana:5.5.1

Command is runnning fine but i can't see kibana dashboard on 10.0.32.8:5601 Where 10.0.32.8 is ip of my Virtual machiene in which i'm doing doing docker stuff.

But to my surprise everything works fine for latest version of kibana.

Please help me to figure out why it is not working for kibana5.5.1

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.