Hi, 1) the credentials are valid. Its the same creds that I use attached a volume and create tags using the aws cookbook where the are stored in a data bag.
2) I am in the east region and using a m1.small 3) The file exists sudo find / -name elasticsearch-cloud-aws-2.0.0.RC1.jar /usr/share/elasticsearch/plugins/cloud-aws/elasticsearch-cloud-aws-2.0.0.RC1.jar 4) I did not have a problem with ES when not using aws for auto discovery. Is there another way to cluster machines on aws? Clearly there is an issues somewhere. If I have 2 or more machines..is there another way? Thanks On Sunday, January 26, 2014 5:38:30 PM UTC+8, Karel Minařík wrote: > > > I use the 1.0.0.RC1 this is what I get. ES still not working. What is >> missing? I installed elasticsearch-cloud-aws. >> > > I would double check, that you're using the matching versions of > Elasticsearch and the Cloud AWS plugin. Check the files actually installed, > you should see `elasticsearch-cloud-aws-2.0.0.RC1.jar` for 1.x there. > > Also, you can increase the logging for AWS related events to have more > visibility into the process: > https://github.com/elasticsearch/elasticsearch/blob/master/config/logging.yml#L8 > > If the problems stay, can you provide info on which region you're using, > check if the credentials are valid, what type of instance you're using, how > do you set ES_HEAP_SIZE? > > Finally, in your Chef recipe, you don't have to clone the repository, > `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.0.0.RC1` > should be enough... > > Karel > -- 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/9fbbd022-a77c-4783-b21d-22b73dcad592%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
