transport_address not matching unicast host values in elasticsearch -
hi elastic search users,
we seeing rather strange issue. have reviewed email archives , not see issue addressed already. have discovery.zen.ping.multicast.enabled: false in our elasticsearch.yml. cluster comes , state green, , nodes aware of each other.
the strangeness transport_address value returned in cluster state query not match values in discovery.zen.ping.unicast.hosts - using different interface on machines.
does have insight?
values in discovery.zen.ping.unicast.hosts
used initial discovery. in other words used node find other nodes in cluster. interface particular node binding or publishing other nodes use doesn't depend on discovery.zen.ping.unicast.hosts
instead controlled network.host
, network.bind_host
, network.publish_host
settings. see network section of elasticsearch guide more information.
Comments
Post a Comment