I have two ES servers in AWS, I have security groups set to allow all
traffic from these 2 IPs.
I installed the aws plugin.
The only changes I've made in the yml file are the cluster name,
http.max.content.length, and path to store data.
Both nodes start perfectly fine, there are no errors but they don't
discover each other.
Here are the logs from starting ES on one of the nodes:
[2013-10-30 16:11:12,702][INFO ][node ] [Burstarr]
version[0.90.5], pid[25867], build[c8714e8/2013-09-17T12:50:20Z]
[2013-10-30 16:11:12,703][INFO ][node ] [Burstarr]
initializing ...
[2013-10-30 16:11:12,723][INFO ][plugins ] [Burstarr]
loaded [cloud-aws], sites []
[2013-10-30 16:11:15,199][DEBUG][discovery.zen.ping.unicast] [Burstarr]
using initial hosts [], with concurrent_connects [10]
[2013-10-30 16:11:15,202][DEBUG][discovery.zen ] [Burstarr]
using ping.timeout [3s], master_election.filter_client [true],
master_election.filter_data [false]
[2013-10-30 16:11:15,203][DEBUG][discovery.zen.elect ] [Burstarr]
using minimum_master_nodes [-1]
[2013-10-30 16:11:15,205][DEBUG][discovery.zen.fd ] [Burstarr]
[master] uses ping_interval [1s], ping_timeout [30s], ping_retries [3]
[2013-10-30 16:11:15,211][DEBUG][discovery.zen.fd ] [Burstarr]
[node ] uses ping_interval [1s], ping_timeout [30s], ping_retries [3]
[2013-10-30 16:11:16,344][DEBUG][gateway.local ] [Burstarr]
using initial_shards [quorum], list_timeout [30s]
[2013-10-30 16:11:16,533][DEBUG][indices.recovery ] [Burstarr]
using max_bytes_per_sec[20mb], concurrent_streams [3], file_chunk_size
[512kb], translog_size [512kb], translog_ops [1000], and compress [true]
[2013-10-30 16:11:16,667][DEBUG][gateway.local.state.meta ] [Burstarr]
using gateway.local.auto_import_dangled [YES], with
gateway.local.dangling_timeout [2h]
[2013-10-30 16:11:16,692][DEBUG][gateway.local.state.meta ] [Burstarr] took
25ms to load state
[2013-10-30 16:11:16,692][DEBUG][gateway.local.state.shards] [Burstarr]
took 0s to load started shards state
[2013-10-30 16:11:16,746][INFO ][node ] [Burstarr]
initialized
[2013-10-30 16:11:16,747][INFO ][node ] [Burstarr]
starting ...
[2013-10-30 16:11:16,882][INFO ][transport ] [Burstarr]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address
{inet[/10.20.4.158:9300]}
[2013-10-30 16:11:16,899][TRACE][discovery ] [Burstarr]
waiting for 30s for the initial state to be set by the discovery
[2013-10-30 16:11:19,905][TRACE][discovery.zen ] [Burstarr] full
ping responses: {none}
[2013-10-30 16:11:19,905][DEBUG][discovery.zen ] [Burstarr]
filtered ping responses: (filter_client[true], filter_data[false]) {none}
[2013-10-30 16:11:19,912][INFO ][cluster.service ] [Burstarr]
new_master [Burstarr][pRsc595IQfyXn24N27tbZw][inet[/10.20.4.158:9300]],
reason: zen-disco-join (elected_as_master)
[2013-10-30 16:11:19,977][TRACE][discovery ] [Burstarr]
initial state set from discovery
[2013-10-30 16:11:19,977][INFO ][discovery ] [Burstarr]
elasticsearch/pRsc595IQfyXn24N27tbZw
[2013-10-30 16:11:20,012][INFO ][http ] [Burstarr]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address
{inet[/10.20.4.158:9200]}
[2013-10-30 16:11:20,012][INFO ][node ] [Burstarr]
started
[2013-10-30 16:11:20,025][INFO ][gateway ] [Burstarr]
recovered [0] indices into cluster_state
--
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 elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.