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 @@ -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.5 | 6.8.5.0 | Nov 30, 2019 |
30
31
| 6.8.4 | 6.8.4.0 | Nov 03, 2019 |
31
32
| 6.8.3 | 6.8.3.0 | Sep 12, 2019 |
32
33
| 6.8.2 | 6.8.2.0 | Aug 12, 2019 |
@@ -123,7 +124,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
123
124
## Install
124
125
125
126
- Since Elasticsearch 6.0.0 :
126
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.4 .0/prometheus-exporter-6.8.4 .0.zip `
127
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.5 .0/prometheus-exporter-6.8.5 .0.zip `
127
128
128
129
- On Elasticsearch 5.x.x :
129
130
` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.6.16.0/elasticsearch-prometheus-exporter-5.6.16.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.8.4 " // How can we use ${versions.elasticsearch} here ???
11
+ classpath " org.elasticsearch.gradle:build-tools:6.8.5 " // 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.8.4.1-SNAPSHOT
3
+ version = 6.8.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