File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
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.23 | 7.17.23.0 | Aug 03, 2024 |
52
53
| 7.17.22 | 7.17.22.0 | Jun 16, 2024 |
53
54
| 7.17.21 | 7.17.21.0 | May 06, 2024 |
54
55
| 7.17.20 | 7.17.20.0 | Apr 20, 2024 |
@@ -120,8 +121,8 @@ It collects all relevant metrics and makes them available to Prometheus via the
120
121
| 7.0.0 | 7.0.0.0 | Apr 11, 2019 |
121
122
122
123
## Install
123
-
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
+ d
125
+ ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.23 .0/prometheus-exporter-7.17.23 .0.zip `
125
126
126
127
** Remember to restart the node after the installation!**
127
128
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.17.22.1-SNAPSHOT
3
+ version = 7.17.23.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