Skip to content

Commit d08fa22

Browse files
committed
v8.4.3.0
1 parent 923177d commit d08fa22

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ext {
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
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 8.4.2.1-SNAPSHOT
3+
version = 8.4.3.0
44

55
pluginName = prometheus-exporter
66
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 commit comments

Comments
 (0)