/etc/elasticsearch$ 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 []















On Thursday, March 20, 2014 2:50:46 PM UTC-4, IronMan2014 wrote:
>
>  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/a73dfef8-23e6-4c6a-a780-0b7722ae45b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to