File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
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
5454
5555| Elasticsearch | Plugin | Release date |
5656| ---------------| ----------| --------------|
57+ | 8.4.3 | 8.4.3.0 | Oct 07, 2022 |
5758| 8.4.2 | 8.4.2.0 | Sep 23, 2022 |
5859| 8.4.1 | 8.4.1.0 | Sep 16, 2022 |
5960| 8.4.0 | 8.4.0.0 | Aug 27, 2022 |
@@ -73,7 +74,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
7374
7475## Install
7576
76- ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.4.2 .0/prometheus-exporter-8.4.2 .0.zip `
77+ ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.4.3 .0/prometheus-exporter-8.4.3 .0.zip `
7778
7879** Do not forget to restart the node after the installation!**
7980
Original file line number Diff line number Diff line change 5252 versions = [
5353 " elasticsearch" : es_version,
5454 " prometheus" : " 0.16.0" ,
55- " log4j" : " 2.18 .0" ,
55+ " log4j" : " 2.19 .0" ,
5656 " junit" : " 4.13.2"
5757 ]
5858}
Original file line number Diff line number Diff line change 11group = org.elasticsearch.plugin.prometheus
22
3- version = 8.4.2.1-SNAPSHOT
3+ version = 8.4.3.0
44
55pluginName = prometheus-exporter
66pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments