@@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
27
27
28
28
| Elasticsearch | Plugin | Release date |
29
29
| -------------- | -------------- | ------------ |
30
+ | 7.6.1 | 7.6.1.0 | Mar 30, 2020 |
30
31
| 7.6.0 | 7.6.0.0 | Feb 12, 2020 |
31
32
| 7.5.2 | 7.5.2.0 | Jan 25, 2020 |
32
33
| 7.5.1 | 7.5.1.0 | Jan 21, 2020 |
@@ -146,7 +147,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
146
147
## Install
147
148
148
149
- Since Elasticsearch 7.0.0 :
149
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.6.0 .0/prometheus-exporter-7.6.0 .0.zip `
150
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.6.1 .0/prometheus-exporter-7.6.1 .0.zip `
150
151
151
152
- Since Elasticsearch 6.0.0 :
152
153
` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.0.0/prometheus-exporter-6.8.0.0.zip `
@@ -254,6 +255,13 @@ Project contains [integration tests](src/test/resources/rest-api-spec) implement
254
255
[rest layer](https://github.com/elastic/elasticsearch/blob/master/TESTING.asciidoc#testing-the-rest-layer)
255
256
framework.
256
257
258
+ To run everything similar to the gitlab pipeline you can do :
259
+ ` ` `
260
+ docker run -v $(pwd):/home/gradle gradle:6.2.1-jdk13 su gradle -c 'gradle check'
261
+ ` ` `
262
+ NOTE : Please keep version in sync with .gitlab-ci.yml
263
+
264
+
257
265
Complete test suite is run using :
258
266
` ` `
259
267
gradle clean check
0 commit comments