File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is an `Ingest`, `Search` and `Script` plugin.
99
1010## Installation
1111
12- ` bin/elasticsearch-plugin https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.0 /elasticsearch-plugin-geoshape-7.17.1.0 .zip" `
12+ ` bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.2 /elasticsearch-plugin-geoshape-7.17.1.2 .zip" `
1313
1414
1515## Build
@@ -359,7 +359,7 @@ You can find past releases [here](https://github.com/opendatasoft/elasticsearch-
359359The first 3 digits of the plugin version is the corresponding Elasticsearch version. The last digit is used for plugin versioning.
360360
361361To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
362- ` bin/elasticsearch-plugin https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.0 /elasticsearch-plugin-geoshape-7.17.1.0 .zip" `
362+ ` bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.2 /elasticsearch-plugin-geoshape-7.17.1.2 .zip" `
363363
364364
365365## Development Environment Setup
Original file line number Diff line number Diff line change 11FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.1 AS elasticsearch-plugin-debug
22
3- COPY /build/distributions/elasticsearch-plugin-geoshape-7.17.1.0 .zip /tmp/elasticsearch-plugin-geoshape-7.17.1.0 .zip
4- RUN ./bin/elasticsearch-plugin install file:/tmp/elasticsearch-plugin-geoshape-7.17.1.0 .zip
3+ COPY /build/distributions/elasticsearch-plugin-geoshape-7.17.1.2 .zip /tmp/elasticsearch-plugin-geoshape-7.17.1.2 .zip
4+ RUN ./bin/elasticsearch-plugin install file:/tmp/elasticsearch-plugin-geoshape-7.17.1.2 .zip
You can’t perform that action at this time.
0 commit comments