@@ -89,29 +89,8 @@ Plugin versions are available for (at least) all minor versions of Elasticsearch
8989
9090The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
9191
92- To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
93- ` ./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v8.19.4.0/envelope-aggregation-8.19.4.0.zip `
94-
95- | elasticsearch version | plugin version | plugin url |
96- | -----------------------| ----------------| ------------------------------------------------------------------------------------------------------------------------------------|
97- | 6.0.1 | 6.0.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.0.1.0/envelope-aggregation-6.0.1.0.zip |
98- | 6.1.4 | 6.1.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.1.4.0/envelope-aggregation-6.1.4.0.zip |
99- | 6.2.4 | 6.2.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.2.4.0/envelope-aggregation-6.2.4.0.zip |
100- | 6.3.2 | 6.3.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.3.2.0/envelope-aggregation-6.3.2.0.zip |
101- | 6.4.3 | 6.4.3.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.4.3.0/envelope-aggregation-6.4.3.0.zip |
102- | 6.5.4 | 6.5.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.5.4.0/envelope-aggregation-6.5.4.0.zip |
103- | 6.6.2 | 6.6.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.6.2.0/envelope-aggregation-6.6.2.0.zip |
104- | 6.7.1 | 6.7.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.7.1.0/envelope-aggregation-6.7.1.0.zip |
105- | 6.8.2 | 6.8.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.8.2.0/envelope-aggregation-6.8.2.0.zip |
106- | 7.0.1 | 7.0.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.0.1.0/envelope-aggregation-7.0.1.0.zip |
107- | 7.1.1 | 7.1.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.1.1.0/envelope-aggregation-7.1.1.0.zip |
108- | 7.2.0 | 7.2.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.2.0.0/envelope-aggregation-7.2.0.0.zip |
109- | 7.4.0 | 7.4.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.4.0.0/envelope-aggregation-7.4.0.0.zip |
110- | 7.5.1 | 7.5.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.5.1.0/envelope-aggregation-7.5.1.0.zip |
111- | 7.6.0 | 7.6.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.6.0.0/envelope-aggregation-7.6.0.0.zip |
112- | 7.17.28 | 7.17.28.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.17.28.0/envelope-aggregation-7.17.28.0.zip |
113- | 8.18.1 | 8.18.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v8.18.1.0/envelope-aggregation-8.18.1.0.zip |
114- | 8.19.4 | 8.19.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v8.19.4.0/envelope-aggregation-8.19.4.0.zip |
92+ To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see GitHub releases for available versions):
93+ ` ./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v8.19.6.0/envelope-aggregation-8.19.6.0.zip `
11594
11695
11796## Development Environment Setup
0 commit comments