elastic / elasticsearch-cloud-aws

AWS Cloud Plugin for Elasticsearch
https://github.com/elastic/elasticsearch/tree/master/plugins/discovery-ec2
577 stars 181 forks source link

Migrating from zen parameters #212

Open philfreo opened 9 years ago

philfreo commented 9 years ago

If I'm migrating from Zen discovery (via ping.unicast.hosts) to EC2 autodiscovery, I'm wondering about some of the "zen" params:

zen.fd.ping_interval
zen.fd.ping_timeout
zen.fd.ping_retries
zen.minimum_master_nodes

I see in the documentation you have a discovery.ec2.ping_timeout however I don't see other corresponding parameters.

If I'm using discovery.type = ec2 then do the 4 zen parameters I mentioned above still apply?