Skip to content

Commit 1d3764f

Browse files
committed
v8.4.1.0
1 parent c4c11f1 commit 1d3764f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
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.1 | 8.4.1.0 | Sep 16, 2022 |
5758
| 8.4.0 | 8.4.0.0 | Aug 27, 2022 |
5859
| 8.3.3 | 8.3.3.0 | Jul 30, 2022 |
5960
| 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
7172

7273
## Install
7374

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`
7576

7677
**Do not forget to restart the node after the installation!**
7778

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 8.4.0.1-SNAPSHOT
3+
version = 8.4.1.0
44

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

0 commit comments

Comments
 (0)