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 @@ -26,6 +26,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
26
26
27
27
| Elasticsearch | Plugin | Release date |
28
28
| -------------- | -------------- | ------------ |
29
+ | 6.5.2 | 6.5.2.0 | Dec 05, 2018 |
29
30
| 6.5.1 | 6.5.1.0 | Nov 21, 2018 |
30
31
| 6.5.0 | 6.5.0.0 | Nov 19, 2018 |
31
32
| 6.4.3 | 6.4.3.0 | Nov 07, 2018 |
@@ -104,7 +105,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
104
105
## Install
105
106
106
107
- Since Elasticsearch 6.0.0 :
107
- ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.5.1 .0.zip `
108
+ ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.5.2 .0.zip `
108
109
109
110
- On Elasticsearch 5.x.x :
110
111
` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.12.0.zip `
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.5.1 " // How can we use ${versions.elasticsearch} here ???
11
+ classpath " org.elasticsearch.gradle:build-tools:6.5.2 " // 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'
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 6.5.1.1-SNAPSHOT
3
+ version = 6.5.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