Skip to content

Commit b9189a6

Browse files
authored
Merge pull request #140 from vvanholl/es_6.5.1
Release version 6.5.1.0
2 parents 420869f + ec1c2cc commit b9189a6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
2626

2727
| Elasticsearch | Plugin | Release date |
2828
| -------------- | -------------- | ------------ |
29+
| 6.5.1 | 6.5.1.0 | Nov 21, 2018 |
2930
| 6.5.0 | 6.5.0.0 | Nov 19, 2018 |
3031
| 6.4.3 | 6.4.3.0 | Nov 07, 2018 |
3132
| 6.4.2 | 6.4.2.0 | Oct 08, 2018 |
@@ -103,7 +104,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
103104
## Install
104105

105106
- Since Elasticsearch 6.0.0 :
106-
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.5.0.0.zip`
107+
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.5.1.0.zip`
107108

108109
- On Elasticsearch 5.x.x :
109110
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.12.0.zip`

build.gradle

Lines changed: 1 addition & 1 deletion
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.5.0" // How can we use ${versions.elasticsearch} here ???
11+
classpath "org.elasticsearch.gradle:build-tools:6.5.1" // 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 6.5.0.1-SNAPSHOT
3+
version = 6.5.1.0
44

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

0 commit comments

Comments
 (0)