@@ -6,7 +6,7 @@ The Azure Cloud plugin allows to use Azure API for the unicast discovery mechani
6
6
In order to install the plugin, run:
7
7
8
8
``` sh
9
- bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.4 .0
9
+ bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.5 .0
10
10
```
11
11
12
12
You need to install a version matching your Elasticsearch version:
@@ -15,7 +15,7 @@ You need to install a version matching your Elasticsearch version:
15
15
| ------------------------| -------------------| ------------------------------------------------------------------------------------------------------------------------------------|
16
16
| master | Build from source | See below |
17
17
| 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 | Build from source | [ 2.5.0-SNAPSHOT ] ( https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/es-1.4 /#version-250-snapshot- for-elasticsearch-14 ) |
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 ) |
19
19
| 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 ) |
20
20
| 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 ) |
21
21
| 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 ) |
@@ -275,7 +275,7 @@ This command should give you a JSON result:
275
275
sudo service elasticsearch stop
276
276
277
277
# Install the plugin
278
- sudo /usr/share/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.0 .0
278
+ sudo /usr/share/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.5 .0
279
279
280
280
# Configure it
281
281
sudo vi /etc/elasticsearch/elasticsearch.yml
0 commit comments