Can't add Node to elasticsearch AWS Bitnami stacks

I have problem to add a node to my master node in AWS, the node give me this error
[2018-07-25T15:42:28,163][INFO ][o.e.d.z.ZenDiscovery ] [FANIMAR-LOG] failed to send join request to master [{ELK Master}{spOnKZNEQlCNkI7EetMO-A}{YjCfSytuQD-MSCEKJX7Obg}{52.58.82.131}{52.58.82.131:9300}], reason [RemoteTransportException[[ELK Master][172.31.36.120:9300][internal:discovery/zen/join]]; nested: ConnectTransportException[[FANIMAR-LOG][10.0.0.206:9300] connect_timeout[30s]]; ]
The ip 172.31.36.120 is the private ip of aws it must be 52.58.82.131.
How i can resolve??Thanks a lot

I don't have any experience with AWS, but typically in your Elasticsearch .yml file you would set discovery.zen.ping.unicast.hosts with all the nodes in the cluster (hostname or ip address). Check this link for the doc on Elasticsearch network settings.

I also found this blog post from 2016. It states you need to add the AWS cloud plugin for each instance, although I don't know if that requirement has changed in 2 years.

1 Like

Thanks Thomas i have only the master on aws the node are in other place not aws.

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