File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ AWS Cloud Plugin for Elasticsearch
44The Amazon Web Service (AWS) Cloud plugin allows to use [ AWS API] ( https://github.com/aws/aws-sdk-java )
55for the unicast discovery mechanism and add S3 repositories.
66
7- In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1 ` .
7+ In order to install the plugin, run: ` bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1 ` .
8+
9+ where ` 2.1.1 ` would be the version applicable to your elasticsearch release, as follows:
810
911* For master elasticsearch versions, look at [ master branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/master ) .
1012* For 1.3.x elasticsearch versions, look at [ es-1.3 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.3 ) .
@@ -13,6 +15,9 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
1315* For 1.0.x elasticsearch versions, look at [ es-1.0 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.0 ) .
1416* For 0.90.x elasticsearch versions, look at [ es-0.90 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-0.90 ) .
1517
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.
20+
1621| AWS Cloud Plugin | elasticsearch | Release date |
1722| ----------------------------| ---------------------| :------------:|
1823| 3.0.0-SNAPSHOT | master | XXXX-XX-XX |
You can’t perform that action at this time.
0 commit comments