Re: EC2 Discovery is not working with AutoScaling group (AWS)

2014-02-07 Thread Thomas FATTAL
Finally, I fixed my problem. There was a mistake for the field discovery.ec2.groups. Instead of a string, I had to put an array of string. And I also forgot to add the tag platform:prod to CloudFormation when launching my stack. Fixed! On Friday, 7 February 2014 14:54:05 UTC+1, Thomas FATTAL

Deployment of a ES cluster on AWS

2014-02-06 Thread Thomas FATTAL
Hi! I want to deploy a cluster of Elasticsearch nodes on AWS. All our existing infrastructure is using CloudFormation with Chef cookbooks. We also did setup AutoScaling Group to restart application nodes automatically when some are going down. I have several questions concerning the ES cluster