Skip to content

Commit 69107b5

Browse files
committed
update documentation with release 2.5.1
1 parent 27a1206 commit 69107b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Azure Cloud plugin allows to use Azure API for the unicast discovery mechani
66
In order to install the plugin, run:
77

88
```sh
9-
bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.5.0
9+
bin/plugin install elasticsearch/elasticsearch-cloud-azure/2.5.1
1010
```
1111

1212
You need to install a version matching your Elasticsearch version:
@@ -15,7 +15,7 @@ You need to install a version matching your Elasticsearch version:
1515
|------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
1616
| master | Build from source | See below |
1717
| es-1.x | Build from source | [2.6.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/es-1.x/#version-260-snapshot-for-elasticsearch-1x)|
18-
| es-1.4 | 2.5.0 | [2.5.0](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/v2.5.0/#version-250-for-elasticsearch-14) |
18+
| es-1.4 | 2.5.1 | [2.5.1](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/v2.5.1/#version-251-for-elasticsearch-14) |
1919
| es-1.3 | 2.4.0 | [2.4.0](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/v2.4.0/#version-240-for-elasticsearch-13) |
2020
| es-1.2 | 2.3.0 | [2.3.0](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/v2.3.0/#azure-cloud-plugin-for-elasticsearch) |
2121
| es-1.1 | 2.2.0 | [2.2.0](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/v2.2.0/#azure-cloud-plugin-for-elasticsearch) |
@@ -272,7 +272,7 @@ This command should give you a JSON result:
272272
sudo service elasticsearch stop
273273

274274
# Install the plugin
275-
sudo /usr/share/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.5.0
275+
sudo /usr/share/elasticsearch/bin/plugin install elasticsearch/elasticsearch-cloud-azure/2.5.1
276276

277277
# Configure it
278278
sudo vi /etc/elasticsearch/elasticsearch.yml

0 commit comments

Comments
 (0)