I can't seem to make my EC2 cluster of 2 nodes/instances work.

- If I comment out the section below, I can connect to each instance 
individually and query it, I am using Sense plugin to query Elastic Search 
Instance.

- With the sections included as below, I cannot query neither node, I get 
"Request failed to get to the server (status code: 0):"


//////////////////////// In /instance 1/ elasticsearch.yml////////////////
cluster.name: mycluster
node.name: "node_1"

cloud:

   aws:

       access_key: <MY ACCESSKEY>

       secret_key: <My SecretKEY>

discovery:

   type: ec2

//////////////////////// In /instance 2/ elasticsearch.yml////////////////
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"]


Here is "mycluster.log" from both instances:

$ more /var/log/elasticsearch/mycluster.log 

[2014-03-20 19:00:37,635][INFO ][node                     ] [node_1] version
[0.90.10], pid[3520], build[0a5781f/2014-01-10T10:18:37Z]

[2014-03-20 19:00:37,635][INFO ][node                     ] 
[node_1]initializing 
...

[2014-03-20 19:00:37,698][INFO ][plugins                  ] [node_1] loaded 
[mapper-attachments, cloud-aws], sites []

[2014-03-20 19:01:17,898][INFO ][node                     ] [node_1] version
[0.90.10], pid[3594], build[0a5781f/2014-01-10T10:18:37Z]

[2014-03-20 19:01:17,898][INFO ][node                     ] 
[node_1]initializing 
...

[2014-03-20 19:01:17,961][INFO ][plugins                  ] [node_1] loaded 
[mapper-attachments, cloud-aws], sites []

[2014-03-20 19:03:50,048][INFO ][node                     ] [node_1] version
[0.90.10], pid[3671], build[0a5781f/2014-01-10T10:18:37Z]

[2014-03-20 19:03:50,048][INFO ][node                     ] 
[node_1]initializing 
...

[2014-03-20 19:03:50,111][INFO ][plugins                  ] [node_1] loaded 
[mapper-attachments, cloud-aws], sites []


$more /var/log/elasticsearch/mycluster.log 

[2014-03-20 19:00:29,465][INFO ][node                     ] [node_2] version
[0.90.10], pid[2800], build[0a5781f/2014-01-10T10:18:37Z]

[2014-03-20 19:00:29,466][INFO ][node                     ] 
[node_2]initializing 
...

[2014-03-20 19:00:29,528][INFO ][plugins                  ] [node_2] loaded 
[mapper-attachments, cloud-aws], sites []

[2014-03-20 19:01:26,645][INFO ][node                     ] [node_2] version
[0.90.10], pid[2874], build[0a5781f/2014-01-10T10:18:37Z]

[2014-03-20 19:01:26,646][INFO ][node                     ] 
[node_2]initializing 
...

[2014-03-20 19:01:26,709][INFO ][plugins                  ] [node_2] loaded 
[mapper-attachments, cloud-aws], sites []

[2014-03-20 19:03:58,357][INFO ][node                     ] [node_2] version
[0.90.10], pid[2951], build[0a5781f/2014-01-10T10:18:37Z]

[2014-03-20 19:03:58,357][INFO ][node                     ] 
[node_2]initializing 
...

[2014-03-20 19:03:58,420][INFO ][plugins                  ] [node_2] loaded 
[mapper-attachments, cloud-aws], sites []



-- 
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/69b43625-f560-4e42-a987-2ba2310d462b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to