Skip to content

Commit 9367988

Browse files
committed
Release version 6.4.3.0
1 parent 33ae303 commit 9367988

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

+6-4
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.4.3 | 6.4.3.0 | Nov 07, 2018 |
2930
| 6.4.2 | 6.4.2.0 | Oct 08, 2018 |
3031
| 6.4.1 | 6.4.1.0 | Sep 24, 2018 |
3132
| 6.4.0 | 6.4.0.0 | Aug 28, 2018 |
@@ -49,9 +50,10 @@ It collects all relevant metrics and makes them available to Prometheus via the
4950

5051
| Elasticsearch | Plugin | Release date |
5152
| -------------- | -------------- | ------------ |
52-
| 5.6.12 | 5.6.9.12 | Sep 24, 2018 |
53-
| 5.6.11 | 5.6.9.11 | Sep 24, 2018 |
54-
| 5.6.10 |5.6.9.10 | Jun 20, 2018 |
53+
| 5.6.13 | 5.6.13.0 | Nov 07, 2018 |
54+
| 5.6.12 | 5.6.13.0 | Sep 24, 2018 |
55+
| 5.6.11 | 5.6.11.0 | Sep 24, 2018 |
56+
| 5.6.10 | 5.6.10.0 | Jun 20, 2018 |
5557
| 5.6.9 | 5.6.9.1 | Apr 30, 2018 |
5658
| 5.6.9 | 5.6.9.0 | Apr 18, 2018 |
5759
| 5.6.8 | 5.6.8.0 | Feb 21, 2018 |
@@ -100,7 +102,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
100102
## Install
101103

102104
- Since Elasticsearch 6.0.0 :
103-
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.4.2.0.zip`
105+
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.4.3.0.zip`
104106

105107
- On Elasticsearch 5.x.x :
106108
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.12.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.4.2" // How can we use ${versions.elasticsearch} here ???
11+
classpath "org.elasticsearch.gradle:build-tools:6.4.3" // How can we use ${versions.elasticsearch} here ???
1212
}
1313
}
1414

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.4.2.1-SNAPSHOT
3+
version = 6.4.3.0
44

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

0 commit comments

Comments
 (0)