Hello,
i'd like to set Kibana server name to machine hostname, similarly to ES:
so in my kibana.yml i added: server.name: ${HOSTNAME}
but it doesn't work, as a server name Kibana set a literal "${HOSTNAME}".
Is there another way to do this?
Thanks in advance,
Szymon
Unfortunately, the ability to use variable interpolation in kibana.yml is not available. For now, you will have to hardcode the hostname in the configuration.
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.