> 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/57bf42b8-cb1c-44ae-b439-335efc4e18db%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
