File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ bin/plugin -install elasticsearch/elasticsearch-cloud-gce/2.2.0
11
11
12
12
You need to install a version matching your Elasticsearch version:
13
13
14
- | Elasticsearch | Azure Cloud Plugin| Docs |
14
+ | Elasticsearch | GCE Cloud Plugin | Docs |
15
15
| ------------------------| -------------------| ------------------------------------------------------------------------------------------------------------------------------------|
16
16
| master | Build from source | See below |
17
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 ) |
@@ -24,7 +24,7 @@ To build a `SNAPSHOT` version, you need to build it with Maven:
24
24
25
25
``` bash
26
26
mvn clean install
27
- plugin --install cloud-azure \
27
+ plugin --install cloud-gce \
28
28
--url file:target/releases/elasticsearch-cloud-gce-X.X.X-SNAPSHOT.zip
29
29
```
30
30
You can’t perform that action at this time.
0 commit comments