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 @@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
27
27
28
28
| Elasticsearch | Plugin | Release date |
29
29
| -------------- | -------------- | ------------ |
30
+ | 7.17.7 | 7.17.7.0 | Oct 26, 2022 |
30
31
| 7.17.6 | 7.17.6.0 | Aug 31, 2022 |
31
32
| 7.17.5 | 7.17.5.0 | Jul 06, 2022 |
32
33
| 7.17.4 | 7.17.4.0 | May 24, 2022 |
@@ -84,7 +85,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
84
85
85
86
## Install
86
87
87
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.17.6 .0/prometheus-exporter-7.17.6 .0.zip `
88
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.17.7 .0/prometheus-exporter-7.17.7 .0.zip `
88
89
89
90
** Do not forget to restart the node after the installation!**
90
91
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.17.6.1-SNAPSHOT
3
+ version = 7.17.7.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