@@ -47,6 +47,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
47
47
48
48
| Elasticsearch | Plugin | Release date |
49
49
| ---------------| ----------| --------------|
50
+ | 8.3.3 | 8.3.3.0 | Jul 30, 2022 |
50
51
| 8.3.2 | 8.3.2.0 | Jul 09, 2022 |
51
52
| 8.3.1 | 8.3.1.0 | Jul 09, 2022 |
52
53
| 8.3.0 | 8.3.0.0 | Jul 09, 2022 |
@@ -62,7 +63,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
62
63
63
64
## Install
64
65
65
- ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.3.2 .0/prometheus-exporter-8.3.2 .0.zip `
66
+ ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.3.3 .0/prometheus-exporter-8.3.3 .0.zip `
66
67
67
68
** Do not forget to restart the node after the installation!**
68
69
@@ -152,15 +153,15 @@ The Maven project site is available at [GitHub](https://github.com/vvanholl/elas
152
153
153
154
# # Testing
154
155
155
- Project contains [integration tests](src/test /resources/rest-api-spec) implemented using
156
+ Project contains [integration tests](src/yamlRestTest /resources/rest-api-spec) implemented using
156
157
[rest layer](https://github.com/elastic/elasticsearch/blob/master/TESTING.asciidoc#testing-the-rest-layer)
157
158
framework.
158
159
159
160
To run everything similar to the GitHub Actions pipeline you can do :
160
161
` ` `
161
- docker run -v $(pwd):/home/gradle gradle:7.4.1 -jdk17 su gradle -c 'gradle check'
162
+ docker run -v $(pwd):/home/gradle gradle:7.4.2 -jdk17 su gradle -c 'gradle check'
162
163
` ` `
163
- NOTE : Please keep version in sync with .github/workflows/ci.yml
164
+ NOTE : Please keep version in sync with ` .github/workflows/ci.yml`
164
165
165
166
166
167
Complete test suite is run using :
0 commit comments