amazon web services - Unreliable discovery for elasticsearch nodes on ec2 -


i'm using elasticsearch (0.90.x) cloud-aws plugin. nodes running on different machines aren't able discover each other ("waited 30s , no initial state set discovery"). i've set "discovery.ec2.ping_timeout" "15s", doesn't seem help. there other settings might make difference?

discovery:     type: ec2     ec2:         ping_timeout: 15s 

not sure if aware of blog post: http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/. explains plugin settings in depth.

adding cluster name,

cluster.name: your_cluster_name  discovery:     type: ec2 ... 

might help.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -