Skip to content

Commit 7219abc

Browse files
authored
Merge pull request #228 from vvanholl/es684
Upgrade to Elasticsearch 6.8.4 and release version 6.8.4.0
2 parents 1a3327c + 9248dd0 commit 7219abc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
2727

2828
| Elasticsearch | Plugin | Release date |
2929
| -------------- | -------------- | ------------ |
30+
| 6.8.4 | 6.8.4.0 | Nov 03, 2019 |
3031
| 6.8.3 | 6.8.3.0 | Sep 12, 2019 |
3132
| 6.8.2 | 6.8.2.0 | Aug 12, 2019 |
3233
| 6.8.1 | 6.8.1.0 | Jun 24, 2019 |
@@ -122,7 +123,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
122123
## Install
123124

124125
- Since Elasticsearch 6.0.0 :
125-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.3.0/prometheus-exporter-6.8.3.0.zip`
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`
126127

127128
- On Elasticsearch 5.x.x :
128129
`./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`

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath "org.elasticsearch.gradle:build-tools:6.8.3" // How can we use ${versions.elasticsearch} here ???
11+
classpath "org.elasticsearch.gradle:build-tools:6.8.4" // How can we use ${versions.elasticsearch} here ???
1212
classpath group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
1313
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0'
1414
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 6.8.3.1-SNAPSHOT
3+
version = 6.8.4.0
44

55
pluginName = prometheus-exporter
66
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 commit comments

Comments
 (0)