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.3 | 8.5.3.0 | Dev 09, 2022 |
57
58
| 8.5.2 | 8.5.2.0 | Nov 25, 2022 |
58
59
| 8.5.1 | 8.5.1.0 | Nov 25, 2022 |
59
60
| 8.5.0 | 8.5.0.0 | Nov 19, 2022 |
@@ -78,7 +79,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
78
79
79
80
## Install
80
81
81
- ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.5.2 .0/prometheus-exporter-8.5.2 .0.zip `
82
+ ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.5.3 .0/prometheus-exporter-8.5.3 .0.zip `
82
83
83
84
** Do not forget to restart the node after the installation!**
84
85
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 8.5.2.1-SNAPSHOT
3
+ version = 8.5.3.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