Kibana service error: getaddrinfo ENOTFOUND

ELK runs on CENTOS 7.

Elastic 6.1 - XPACK installed only on elastic
Logstash 6.1
Kibana 6.1

while trying to start kibana it threw the below error:
Error: getaddrinfo ENOTFOUND XX:XX:XX:XXX at errnoException (dns.js:28:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)

can you please help on this issue?

1 Like

I suspect that your configuration for kibana is amiss. Can you share your kibana.yml file? Please be sure to remove password or other sensitive information.

Hi Bill

Kindly find the contents of yml file

server.port: 5601
server.host: "l0.54.247.182"
elasticsearch.url: "http://...:9200"
elasticsearch.username: "kibana"
elasticsearch.password: "
***"

Looks like maybe you have an I instead of a 1 in your IP address in server.host.

1 Like

Hi Bill

It was indeed a typo, now its working.
Thanks for helping a silly mistake.

No worries, glad you have gotten things working. Sometimes you just need someone else to look at it.

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