File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
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
+ | 6.8.22 | 6.8.22.0 | Dec 24, 2021 |
30
31
| 6.8.21 | 6.8.21.0 | Dec 14, 2021 |
31
32
| 6.8.20 | 6.8.20.0 | Oct 16, 2021 |
32
33
| 6.8.19 | 6.8.19.0 | Oct 02, 2021 |
@@ -82,7 +83,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
82
83
83
84
## Install
84
85
85
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.21 .0/prometheus-exporter-6.8.21 .0.zip `
86
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.22 .0/prometheus-exporter-6.8.22 .0.zip `
86
87
87
88
** Do not forget to restart the node after the installation!**
88
89
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath " org.elasticsearch.gradle:build-tools:6.8.21 " // How can we use ${versions.elasticsearch} here ???
11
+ classpath " org.elasticsearch.gradle:build-tools:6.8.22 " // How can we use ${versions.elasticsearch} here ???
12
12
classpath group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.3.0'
13
13
classpath group : ' com.sun.xml.bind' , name : ' jaxb-core' , version : ' 2.3.0'
14
14
classpath group : ' com.sun.xml.bind' , name : ' jaxb-impl' , version : ' 2.3.0'
66
66
versions = [
67
67
" elasticsearch" : version. replaceAll(/ \. [0-9]+(|-SNAPSHOT)$/ , " " ),
68
68
" prometheus" : " 0.6.0" ,
69
- " log4j" : " 2.11.1 " ,
69
+ " log4j" : " 2.17.0 " ,
70
70
" junit" : " 4.12"
71
71
]
72
72
}
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 6.8.21.1-SNAPSHOT
3
+ version = 6.8.22.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