Skip to content

Commit 1ff0152

Browse files
committed
7.17.22.0
1 parent 43c10e6 commit 1ff0152

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
4949

5050
| Elasticsearch | Plugin | Release date |
5151
|---------------|-----------|--------------|
52+
| 7.17.22 | 7.17.22.0 | Jun 16, 2024 |
5253
| 7.17.21 | 7.17.21.0 | May 06, 2024 |
5354
| 7.17.20 | 7.17.20.0 | Apr 20, 2024 |
5455
| 7.17.19 | 7.17.19.0 | Mar 28, 2024 |
@@ -120,7 +121,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
120121

121122
## Install
122123

123-
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.21.0/prometheus-exporter-7.17.21.0.zip`
124+
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.22.0/prometheus-exporter-7.17.22.0.zip`
124125

125126
**Remember to restart the node after the installation!**
126127

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 7.17.21.1-SNAPSHOT
3+
version = 7.17.22.0
44

55
pluginName = prometheus-exporter
66
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 commit comments

Comments
 (0)