Kibana.yml file with server.host having integer host name issue

I am getting Fatal Error with invalid host name for Kibana service because of server has host name starting with integer.

Any idea why Kibana service doesnt like host name starting with integer because as per RFC 1123, it should allowed it.

Kibana.yml
image

Kibana error

Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values.

Maybe cannot do lookup. Would be better to use IP.

Set server.host: 0.0.0.0, that should help.

Thank you. I will try this.

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