@@ -4,27 +4,30 @@ AWS Cloud Plugin for Elasticsearch
4
4
The Amazon Web Service (AWS) Cloud plugin allows to use [ AWS API] ( https://github.com/aws/aws-sdk-java )
5
5
for the unicast discovery mechanism and add S3 repositories.
6
6
7
- In order to install the plugin, run: ` bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1 ` .
7
+ In order to install the plugin, run:
8
8
9
- where ` 2.1.1 ` would be the version applicable to your elasticsearch release, as follows:
10
-
11
- * For master elasticsearch versions, look at [ master branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/master ) .
12
- * For 1.3.x elasticsearch versions, look at [ es-1.3 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.3 ) .
13
- * For 1.2.x elasticsearch versions, look at [ es-1.2 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.2 ) .
14
- * For 1.1.x elasticsearch versions, look at [ es-1.1 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.1 ) .
15
- * For 1.0.x elasticsearch versions, look at [ es-1.0 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.0 ) .
16
- * For 0.90.x elasticsearch versions, look at [ es-0.90 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-0.90 ) .
9
+ ``` sh
10
+ bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.2.0
11
+ ```
17
12
18
- SNAPSHOT releases are still in development are _ NOT_ available for automatic installation with ` bin/plugin ` . In such cases
19
- you would be responsible building the plugin and providing the file/url yourself.
13
+ You need to install a version matching your Elasticsearch version:
20
14
21
- | AWS Cloud Plugin | elasticsearch | Release date |
22
- | ----------------------------| ---------------------| :------------:|
23
- | 3.0.0-SNAPSHOT | master | XXXX-XX-XX |
15
+ | Elasticsearch | AWS Cloud Plugin | Docs |
16
+ | ------------------------| -------------------| ------------------------------------------------------------------------------------------------------------------------------------|
17
+ | master | Build from source | See below |
18
+ | es-1.3 | Build from source | [ 2.3.0-SNAPSHOT] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.3/#version-230-snapshot-for-elasticsearch-13 ) |
19
+ | es-1.2 | 2.2.0 | [ 2.2.0] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/v2.2.0/#aws-cloud-plugin-for-elasticsearch ) |
20
+ | es-1.1 | 2.1.1 | [ 2.1.1] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/v2.1.1/#aws-cloud-plugin-for-elasticsearch ) |
21
+ | es-1.0 | 2.0.0 | [ 2.0.0] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/v2.0.0/#aws-cloud-plugin-for-elasticsearch ) |
22
+ | es-0.90 | 1.16.0 | [ 1.16.0] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/v1.16.0/#aws-cloud-plugin-for-elasticsearch ) |
24
23
25
- Please read documentation relative to the version you are using :
24
+ To build a ` SNAPSHOT ` version, you need to build it with Maven :
26
25
27
- * [ 3.0.0-SNAPSHOT] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/master/README.md )
26
+ ``` bash
27
+ mvn clean install
28
+ plugin --install cloud-aws \
29
+ --url file:target/releases/elasticsearch-cloud-aws-X.X.X-SNAPSHOT.zip
30
+ ```
28
31
29
32
## Generic Configuration
30
33
0 commit comments