File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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
5454
5555| Elasticsearch | Plugin | Release date |
5656| ---------------| ----------| --------------|
57+ | 8.5.1 | 8.5.1.0 | Nov 25, 2022 |
5758| 8.5.0 | 8.5.0.0 | Nov 19, 2022 |
5859| 8.4.3 | 8.4.3.1 | Oct 28, 2022 |
5960| 8.4.3 | 8.4.3.0 | Oct 07, 2022 |
@@ -76,7 +77,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
7677
7778## Install
7879
79- ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.5.0 .0/prometheus-exporter-8.5.0 .0.zip `
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 `
8081
8182** Do not forget to restart the node after the installation!**
8283
Original file line number Diff line number Diff line change 11group = org.elasticsearch.plugin.prometheus
22
3- version = 8.5.0 .0
3+ version = 8.5.1 .0
44
55pluginName = prometheus-exporter
66pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments