can't seem to make my EC2 cluster of 2 nodes work.
- If I comment out the section below, I can connect to each instance
individually and query it.
- With the sections included as below, I cannot query neither node, I get
"Request failed to get to the server (status code: 0):"
cluster.name: myCluster
node.name: "node 1"
cloud:
aws:
access_key: <MY ACCESSKEY>
secret_key: <My SecretKEY>
discovery:
type: ec2
////////////////////////
cluster.name: myCluster
node.name: "node 2"
cloud:
aws:
access_key: <MY ACCESSKEY>
secret_key: <My SecretKEY>
discovery:
type: ec2
I also tried with:
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["Instance_1 IP:9300", "instance_2
IP:9300"]
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/22a0c3cc-dc6f-46a5-926b-878cec6f6c79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.