Can you set Kibana server name to same as the machine hostname?

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.

Ok, thank you for your answer. Is there any chances this functionality will be added in future releases?

AFAIK, it is not on the roadmap. I would suggest opening an issue about it in the Kibana Github repo.

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