File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
49
49
50
50
| Elasticsearch | Plugin | Release date |
51
51
| ---------------| -----------| --------------|
52
+ | 7.17.28 | 7.17.28.0 | Feb 27, 2025 |
52
53
| 7.17.27 | 7.17.27.0 | Jan 18, 2025 |
53
54
| 7.17.26 | 7.17.26.0 | Dec 07, 2024 |
54
55
| 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
126
127
127
128
## Install
128
129
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 `
130
131
131
132
** Remember to restart the node after the installation!**
132
133
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.17.27.1-SNAPSHOT
3
+ version = 7.17.28.0
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments