An alias for the node.name settings

Hi all,

it could be a strange question, but i need to have an alias for the same host in the cluster, for example:

if i have a host with node.name: host1 I would like to have an alias for the same host like: "host1.fake.org" (the real name FQDN of host1 is not host1.fake.org but host1.real.org)

Is it possible by you point of view?

KR

Roberto

I'm not sure this is related to Elasticsearch and what is the real issue.

The node.name can be anything, it doesn't need to be the same as the host name, but you can only have one node.name.

If you want that your elasticsearch responds to requests for host1, host1.fake.org or host1.real.org this is unrelated to elasticsearch, it is a DNS issue that depends on your operating system.

So node.name is not used by ES to resolve it !(ES do not perform an DNS request to resolve the node.name if i use FQDN)

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