File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
47
47
48
48
| Elasticsearch | Plugin | Release date |
49
49
| ---------------| ----------| --------------|
50
+ | 7.17.5 | 7.17.5.0 | Jul 09, 2022 |
50
51
| 7.17.4 | 7.17.4.0 | May 25, 2022 |
51
52
| 7.17.3 | 7.17.3.0 | Apr 20, 2022 |
52
53
| 7.17.2 | 7.17.2.0 | Mar 31, 2022 |
@@ -102,7 +103,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
102
103
103
104
## Install
104
105
105
- ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.1.1/prometheus-exporter-7.17.1.1 .zip `
106
+ ` ./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.1.1/prometheus-exporter-7.17.5.0 .zip `
106
107
107
108
** Do not forget to restart the node after the installation!**
108
109
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ repositories {
50
50
ext {
51
51
versions = [
52
52
" elasticsearch" : es_version,
53
- " prometheus" : " 0.15 .0" ,
53
+ " prometheus" : " 0.16 .0" ,
54
54
" log4j" : " 2.17.2" ,
55
55
" junit" : " 4.13.2"
56
56
]
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.17.4.1-SNAPSHOT
3
+ version = 7.17.5.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