Skip to content

Commit d43e127

Browse files
committed
Release 6.8.0
1 parent 0cd2dd2 commit d43e127

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.0 | 6.8.0.0 | May 23, 2019 |
3031
| 6.7.2 | 6.7.2.0 | May 08, 2019 |
3132
| 6.7.1 | 6.7.1.0 | Apr 04, 2019 |
3233
| 6.7.0 | 6.7.0.0 | Apr 02, 2019 |
@@ -118,7 +119,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
118119
## Install
119120

120121
- Since Elasticsearch 6.0.0 :
121-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.7.2.0/prometheus-exporter-6.7.2.0.zip`
122+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.0.0/prometheus-exporter-6.8.0.0.zip`
122123

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

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.0.0-SNAPSHOT
3+
version = 6.8.0.0
44

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

0 commit comments

Comments
 (0)