Skip to content

Commit 5519a72

Browse files
committed
7.17.23.0
1 parent 3758d45 commit 5519a72

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
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.23 | 7.17.23.0 | Aug 03, 2024 |
5253
| 7.17.22 | 7.17.22.0 | Jun 16, 2024 |
5354
| 7.17.21 | 7.17.21.0 | May 06, 2024 |
5455
| 7.17.20 | 7.17.20.0 | Apr 20, 2024 |
@@ -120,8 +121,8 @@ It collects all relevant metrics and makes them available to Prometheus via the
120121
| 7.0.0 | 7.0.0.0 | Apr 11, 2019 |
121122

122123
## Install
123-
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`
124+
d
125+
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.23.0/prometheus-exporter-7.17.23.0.zip`
125126

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

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.22.1-SNAPSHOT
3+
version = 7.17.23.0
44

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

0 commit comments

Comments
 (0)