Skip to content

Commit 95060f0

Browse files
Changed 1.x version to 1.7
1 parent 1cadd80 commit 95060f0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AWS Cloud Plugin for Elasticsearch
44
The Amazon Web Service (AWS) Cloud plugin allows to use [AWS API](https://github.com/aws/aws-sdk-java)
55
for the unicast discovery mechanism and add S3 repositories.
66

7-
In order to install the plugin, run:
7+
In order to install the plugin, run:
88

99
```sh
1010
bin/plugin install elasticsearch/elasticsearch-cloud-aws/2.7.0
@@ -15,7 +15,7 @@ You need to install a version matching your Elasticsearch version:
1515
| Elasticsearch | AWS Cloud Plugin | Docs |
1616
|------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
1717
| master | Build from source | See below |
18-
| es-1.x | 2.7.0 | [2.7.0](https://github.com/elastic/elasticsearch-cloud-aws/tree/v2.7.0/#version-270-for-elasticsearch-17) |
18+
| es-1.7 | 2.7.0 | [2.7.0](https://github.com/elastic/elasticsearch-cloud-aws/tree/v2.7.0/#version-270-for-elasticsearch-17) |
1919
| es-1.6 | 2.6.0 | [2.6.0](https://github.com/elastic/elasticsearch-cloud-aws/tree/v2.6.0/#version-260-for-elasticsearch-16) |
2020
| es-1.5 | 2.5.1 | [2.5.1](https://github.com/elastic/elasticsearch-cloud-aws/tree/v2.5.1/#version-251-for-elasticsearch-15) |
2121
| es-1.4 | 2.4.2 | [2.4.2](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/v2.4.2/#version-242-for-elasticsearch-14) |
@@ -29,16 +29,16 @@ To build a `SNAPSHOT` version, you need to build it with Maven:
2929

3030
```bash
3131
mvn clean install
32-
plugin --install cloud-aws \
32+
plugin --install cloud-aws \
3333
--url file:target/releases/elasticsearch-cloud-aws-X.X.X-SNAPSHOT.zip
3434
```
3535

3636
## Generic Configuration
3737

38-
The plugin will default to using [IAM Role](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html) credentials
39-
for authentication. These can be overridden by, in increasing order of precedence, system properties `aws.accessKeyId` and `aws.secretKey`,
38+
The plugin will default to using [IAM Role](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html) credentials
39+
for authentication. These can be overridden by, in increasing order of precedence, system properties `aws.accessKeyId` and `aws.secretKey`,
4040
environment variables `AWS_ACCESS_KEY_ID` and `AWS_SECRET_KEY`, or the elasticsearch config using `cloud.aws.access_key` and `cloud.aws.secret_key`:
41-
41+
4242
```
4343
cloud:
4444
aws:
@@ -48,17 +48,17 @@ cloud:
4848

4949
### Transport security
5050

51-
By default this plugin uses HTTPS for all API calls to AWS endpoints. If you wish to configure HTTP you can set
52-
`cloud.aws.protocol` in the elasticsearch config. You can optionally override this setting per individual service
53-
via: `cloud.aws.ec2.protocol` or `cloud.aws.s3.protocol`.
51+
By default this plugin uses HTTPS for all API calls to AWS endpoints. If you wish to configure HTTP you can set
52+
`cloud.aws.protocol` in the elasticsearch config. You can optionally override this setting per individual service
53+
via: `cloud.aws.ec2.protocol` or `cloud.aws.s3.protocol`.
5454

5555
```
5656
cloud:
5757
aws:
5858
protocol: https
59-
s3:
59+
s3:
6060
protocol: http
61-
ec2:
61+
ec2:
6262
protocol: https
6363
```
6464

0 commit comments

Comments
 (0)