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.22 | 7.17.22.0 | Jun 16, 2024 |
52
53
| 7.17.21 | 7.17.21.0 | May 06, 2024 |
53
54
| 7.17.20 | 7.17.20.0 | Apr 20, 2024 |
54
55
| 7.17.19 | 7.17.19.0 | Mar 28, 2024 |
@@ -120,7 +121,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
120
121
121
122
## Install
122
123
123
- ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.21 .0/prometheus-exporter-7.17.21 .0.zip `
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
125
125
126
** Remember to restart the node after the installation!**
126
127
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.17.21.1-SNAPSHOT
3
+ version = 7.17.22.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