Skip to content

Commit aa4f891

Browse files
committed
8.17.2.0
1 parent 6b640f5 commit aa4f891

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
@@ -56,6 +56,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
5656

5757
| Elasticsearch | Plugin | Release date |
5858
|---------------|----------|---------------|
59+
| 8.17.2 | 8.17.2.0 | Feb 13, 2025 |
5960
| 8.17.1 | 8.17.1.0 | Jan 23, 2025 |
6061
| 8.17.0 | 8.17.0.0 | Dec 14, 2024 |
6162
| 8.16.1 | 8.16.1.0 | Nov 23, 2024 |
@@ -120,7 +121,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
120121

121122
```
122123
./bin/elasticsearch-plugin install -b \
123-
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.17.1.0/prometheus-exporter-8.17.1.0.zip
124+
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.17.2.0/prometheus-exporter-8.17.2.0.zip
124125
```
125126

126127
**Do not forget to restart the node after the installation!**

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 = 8.17.1.1-SNAPSHOT
3+
version = 8.17.2.0
44

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

0 commit comments

Comments
 (0)