Skip to content

Commit 10cffb7

Browse files
committed
8.5.2.0
1 parent 6098e4f commit 10cffb7

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.2 | 8.5.2.0 | Nov 25, 2022 |
5758
| 8.5.1 | 8.5.1.0 | Nov 25, 2022 |
5859
| 8.5.0 | 8.5.0.0 | Nov 19, 2022 |
5960
| 8.4.3 | 8.4.3.1 | Oct 28, 2022 |
@@ -77,7 +78,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
7778

7879
## Install
7980

80-
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.5.1.0/prometheus-exporter-8.5.1.0.zip`
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`
8182

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

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.1.0
3+
version = 8.5.2.0
44

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

0 commit comments

Comments
 (0)