File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
54
54
55
55
| Elasticsearch | Plugin | Release date |
56
56
| ---------------| ----------| --------------|
57
+ | 8.6.1 | 8.6.2.0 | Feb 17 2023 |
57
58
| 8.6.1 | 8.6.1.0 | Jan 28, 2023 |
58
59
| 8.6.0 | 8.6.0.0 | Jan 10, 2023 |
59
60
| 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
83
84
84
85
```
85
86
./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
87
88
```
88
89
89
90
** Do not forget to restart the node after the installation!**
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 8.6.1.1-SNAPSHOT
3
+ version = 8.6.2.0
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments