Skip to content

Commit 14e5665

Browse files
committed
8.6.2.0
1 parent 440fd84 commit 14e5665

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.6.1 | 8.6.2.0 | Feb 17 2023 |
5758
| 8.6.1 | 8.6.1.0 | Jan 28, 2023 |
5859
| 8.6.0 | 8.6.0.0 | Jan 10, 2023 |
5960
| 8.5.3 | 8.5.3.0 | Dec 09, 2022 |
@@ -83,7 +84,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
8384

8485
```
8586
./bin/elasticsearch-plugin install -b \
86-
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.6.1.0/prometheus-exporter-8.6.1.0.zip
87+
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.6.2.0/prometheus-exporter-8.6.2.0.zip
8788
```
8889

8990
**Do not forget to restart the node after the installation!**

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.6.1.1-SNAPSHOT
3+
version = 8.6.2.0
44

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

0 commit comments

Comments
 (0)