Why doesn't node.name default to hostname

You can use environment variables in the config file to achieve the same effect:

node.name:    ${HOSTNAME}
1 Like