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 @@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
27
27
28
28
| Elasticsearch | Plugin | Release date |
29
29
| -------------- | -------------- | ------------ |
30
+ | 7.16.3 | 7.16.3.0 | Jan 14, 2022 |
30
31
| 7.16.2 | 7.16.2.0 | Dec 20, 2021 |
31
32
| 7.16.1 | 7.16.1.0 | Dec 13, 2021 |
32
33
| 7.16.0 | 7.16.0.0 | Dec 09, 2021 |
@@ -76,7 +77,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
76
77
77
78
## Install
78
79
79
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.16.2 .0/prometheus-exporter-7.16.2 .0.zip `
80
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.16.3 .0/prometheus-exporter-7.16.3 .0.zip `
80
81
81
82
** Do not forget to restart the node after the installation!**
82
83
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.16.2.1-SNAPSHOT
3
+ version = 7.16.3.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