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 @@ -54,6 +54,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
54
54
55
55
| Elasticsearch | Plugin | Release date |
56
56
| ---------------| ----------| --------------|
57
+ | 8.5.1 | 8.5.1.0 | Nov 25, 2022 |
57
58
| 8.5.0 | 8.5.0.0 | Nov 19, 2022 |
58
59
| 8.4.3 | 8.4.3.1 | Oct 28, 2022 |
59
60
| 8.4.3 | 8.4.3.0 | Oct 07, 2022 |
@@ -76,7 +77,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
76
77
77
78
## Install
78
79
79
- ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.5.0 .0/prometheus-exporter-8.5.0 .0.zip `
80
+ ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.5.1 .0/prometheus-exporter-8.5.1 .0.zip `
80
81
81
82
** Do not forget to restart the node after the installation!**
82
83
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 8.5.0 .0
3
+ version = 8.5.1 .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