Access Kibana from internet (Using Public IP)

Hi Team,

I am trying to host my personal ELK stack on Azure Cloud. I am using Windows server 2016 OS, Elastic 7.3.0 and Kibana 7.3.0. I wish to host Kibana on Cloud to access from internet.
I have configured the server with the static Public IP 13.xx.xx.xx also with a DNS name.

Settings changed
Elasticsearch.yml - None
Kibana.yml - server.host: "13.xx.xx.xx"

But i am getting error while loading kibana service,

log [11:29:50.635] [fatal][root] { Error: listen EADDRNOTAVAIL: address not available 13.xx.xx.xx:5601
at Server.setupListenHandle [as _listen2] (net.js:1260:19)
at listenInCluster (net.js:1325:12)
at doListen (net.js:1458:7)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
code: 'EADDRNOTAVAIL',
errno: 'EADDRNOTAVAIL',
syscall: 'listen',
address: '13.xx.xx.xx',
port: 5601 }

Kindly help me out to host my Kibana service on internet.

Does it work if you try 0.0.0.0?

1 Like

yeah, 0.0.0.0 helps.Thank you.

1 Like

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