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
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.
server.host: 0.0.0.0
Thank you. I will try this.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.