Skip to content

Commit a4a149f

Browse files
author
Vincent VAN HOLLEBEKE
committed
Release version 6.4.0.0
1 parent 6908bbd commit a4a149f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

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

2525
| Elasticsearch | Plugin | Release date |
2626
| -------------- | -------------- | ------------ |
27+
| 6.4.0 | 6.4.0.0 | Aug 28, 2018 |
2728
| 6.3.2 | 6.3.2.0 | Jul 28, 2018 |
2829
| 6.3.1 | 6.3.1.0 | Jul 05, 2018 |
2930
| 6.3.0 | 6.3.0.1 | Jun 20, 2018 |
@@ -86,7 +87,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
8687
## Install
8788

8889
- Since Elasticsearch 6.0.0 :
89-
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.3.2.0.zip`
90+
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.4.0.0.zip`
9091

9192
- On Elasticsearch 5.x.x :
9293
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.4.0.zip`

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.3.2.1-SNAPSHOT
3+
version = 6.4.0.0
44

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

0 commit comments

Comments
 (0)