Skip to content

Commit 67d6b2f

Browse files
committed
8.5.3.0
1 parent 5410232 commit 67d6b2f

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.5.3 | 8.5.3.0 | Dev 09, 2022 |
5758
| 8.5.2 | 8.5.2.0 | Nov 25, 2022 |
5859
| 8.5.1 | 8.5.1.0 | Nov 25, 2022 |
5960
| 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
7879

7980
## Install
8081

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

8384
**Do not forget to restart the node after the installation!**
8485

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.5.2.1-SNAPSHOT
3+
version = 8.5.3.0
44

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

0 commit comments

Comments
 (0)