Skip to content

Commit 09dd531

Browse files
committed
7.17.28.0
1 parent 2b6dd48 commit 09dd531

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.28 | 7.17.28.0 | Feb 27, 2025 |
5253
| 7.17.27 | 7.17.27.0 | Jan 18, 2025 |
5354
| 7.17.26 | 7.17.26.0 | Dec 07, 2024 |
5455
| 7.17.25 | 7.17.25.0 | Oct 25, 2024 |
@@ -126,7 +127,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
126127

127128
## Install
128129
d
129-
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.27.0/prometheus-exporter-7.17.27.0.zip`
130+
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.28.0/prometheus-exporter-7.17.28.0.zip`
130131

131132
**Remember to restart the node after the installation!**
132133

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.27.1-SNAPSHOT
3+
version = 7.17.28.0
44

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

0 commit comments

Comments
 (0)