@@ -3,22 +3,30 @@ Google Compute Engine Cloud Plugin for Elasticsearch
3
3
4
4
The GCE Cloud plugin allows to use GCE API for the unicast discovery mechanism.
5
5
6
- In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-cloud-gce/2.1.1 ` .
6
+ In order to install the plugin, run:
7
7
8
- * For master elasticsearch versions, look at [ master branch] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/master ) .
9
- * For 1.3.x elasticsearch versions, look at [ es-1.3 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/es-1.3 ) .
10
- * For 1.2.x elasticsearch versions, look at [ es-1.2 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/es-1.2 ) .
11
- * For 1.1.x elasticsearch versions, look at [ es-1.1 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/es-1.1 ) .
12
- * For 1.0.x elasticsearch versions, look at [ es-1.0 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/es-1.0 ) .
13
- * For 0.90.x elasticsearch versions, look at [ es-0.90 branch] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/es-0.90 ) .
8
+ ``` sh
9
+ bin/plugin -install elasticsearch/elasticsearch-cloud-gce/2.2.0
10
+ ```
14
11
15
- | GCE Cloud Plugin | elasticsearch | gce api | Release date |
16
- | ----------------------------| ---------------------| --------------| :------------:|
17
- | 3.0.0-SNAPSHOT | master | 1.18.0-rc | XXXX-XX-XX |
12
+ You need to install a version matching your Elasticsearch version:
18
13
19
- Please read documentation relative to the version you are using:
14
+ | Elasticsearch | Azure Cloud Plugin| Docs |
15
+ | ------------------------| -------------------| ------------------------------------------------------------------------------------------------------------------------------------|
16
+ | master | Build from source | See below |
17
+ | es-1.3 | Build from source | [ 2.3.0-SNAPSHOT] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/es-1.3/#google-compute-engine-cloud-plugin-for-elasticsearch ) |
18
+ | es-1.2 | 2.2.0 | [ 2.2.0] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/v2.2.0/#google-compute-engine-cloud-plugin-for-elasticsearch ) |
19
+ | es-1.1 | 2.1.2 | [ 2.1.2] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/v2.1.2/#google-compute-engine-cloud-plugin-for-elasticsearch ) |
20
+ | es-1.0 | 2.0.1 | [ 2.0.1] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/v2.0.1/#google-compute-engine-cloud-plugin-for-elasticsearch ) |
21
+ | es-0.90 | 1.3.0 | [ 1.3.0] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/v1.3.0/#google-compute-engine-cloud-plugin-for-elasticsearch ) |
20
22
21
- * [ 3.0.0-SNAPSHOT] ( https://github.com/elasticsearch/elasticsearch-cloud-gce/blob/master/README.md )
23
+ To build a ` SNAPSHOT ` version, you need to build it with Maven:
24
+
25
+ ``` bash
26
+ mvn clean install
27
+ plugin --install cloud-azure \
28
+ --url file:target/releases/elasticsearch-cloud-gce-X.X.X-SNAPSHOT.zip
29
+ ```
22
30
23
31
24
32
Google Compute Engine Virtual Machine Discovery
0 commit comments