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 @@ -56,6 +56,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
56
56
57
57
| Elasticsearch | Plugin | Release date |
58
58
| ---------------| ----------| ---------------|
59
+ | 8.17.2 | 8.17.2.0 | Feb 13, 2025 |
59
60
| 8.17.1 | 8.17.1.0 | Jan 23, 2025 |
60
61
| 8.17.0 | 8.17.0.0 | Dec 14, 2024 |
61
62
| 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
120
121
121
122
```
122
123
./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
124
125
```
125
126
126
127
** Do not forget to restart the node after the installation!**
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 8.17.1.1-SNAPSHOT
3
+ version = 8.17.2.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