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

Is cloud-aws for 2.X available in maven for java client nodes? #262

Closed dbaggott closed 8 years ago

dbaggott commented 8 years ago

I have a java-based client node that uses cloud-aws for EC2 discovery and I'm trying to upgrade it from 1.7 to 2.1.1.

I'm unable to find any 2.X-compatible versions of the plugin in maven. Am I missing it? If I want to incorporate EC2-based discovery of an ES 2.1.1 cluster into a java client, how is it recommended that I proceed?

dbaggott commented 8 years ago

Yes, it is:

<dependency>
    <groupId>org.elasticsearch.plugin</groupId>
    <artifactId>cloud-aws</artifactId>
    <version>2.1.1</version>
</dependency>