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.4.1 | 8.4.1.0 | Sep 16, 2022 |
57
58
| 8.4.0 | 8.4.0.0 | Aug 27, 2022 |
58
59
| 8.3.3 | 8.3.3.0 | Jul 30, 2022 |
59
60
| 8.3.2 | 8.3.2.0 | Jul 09, 2022 |
@@ -71,7 +72,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
71
72
72
73
## Install
73
74
74
- ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.4.0 .0/prometheus-exporter-8.4.0 .0.zip `
75
+ ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.4.1 .0/prometheus-exporter-8.4.1 .0.zip `
75
76
76
77
** Do not forget to restart the node after the installation!**
77
78
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 8.4.0.1-SNAPSHOT
3
+ version = 8.4.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