I have 1 instance in aws and 1 instance in google cloud. I am trying to make 2 node cluster between them. I am using following configuration on both nodes
Node-1:(aws): cluster.name: abc node.name: node1
network.host: 0.0.0.0 (unable to bind public ip)
discovery.zen.ping.unicast.hosts: ["node1 public ip", "node2 public ip"]
discovery.zen.ping.multicast.enabled: false
Node-2:(gcloud): cluster.name: abc node.name: node2
network.host: 0.0.0.0 (unable to bind public ip)
discovery.zen.ping.unicast.hosts: ["node1 public ip", "node2 public ip"]
discovery.zen.ping.multicast.enabled: false
But they are not detecting each other. please help me
Thanks david for your reply. Actually we are moving out of aws . i want to replicate the data on google cloud instance. so i am trying to add this(google instance node) to my 1 node cluster which is on aws. I am using 2.3.4 version and I opened 9300 port. Still doesn't works.
I will loose some data right?? I mean First i will take the snapshot of the cluster.Meanwhile some documents might get indexed. For that data again i have to take snapshot?? I am confused .please help me
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.