Skip to content

Commit 3abb8e3

Browse files
authored
Merge pull request #73 from davidkarlsen/feature/es601
support ES 6.0.1. Fixes GH #72
2 parents ee23148 + 4008dfc commit 3abb8e3

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
@@ -24,6 +24,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
2424

2525
| Elasticsearch | Plugin | Release date |
2626
| -------------- | -------------- | ------------ |
27+
| 6.0.1 | 6.0.1.0 | Dec 08, 2017 |
2728
| 6.0.0 | 6.0.0.0 | Nov 27, 2017 |
2829

2930
### Version 5.X
@@ -72,7 +73,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
7273
## Install
7374

7475
- Since ElasticSearch 6.0.0 :
75-
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.0.0.0.zip`
76+
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.0.1.0.zip`
7677

7778
- On ElasticSearch 5.x.x :
7879
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.4.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.0.0.1-SNAPSHOT
3+
version = 6.0.1.0
44

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

0 commit comments

Comments
 (0)