Skip to content

Commit 8918cd4

Browse files
authored
Merge pull request #78 from davidkarlsen/feature/es610
Feature/es610
2 parents d8a37af + c544746 commit 8918cd4

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.1.0 | 6.1.0.0 | Dec 14, 2017 |
2728
| 6.0.1 | 6.0.1.0 | Dec 08, 2017 |
2829
| 6.0.0 | 6.0.0.0 | Nov 27, 2017 |
2930

@@ -73,7 +74,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
7374
## Install
7475

7576
- Since ElasticSearch 6.0.0 :
76-
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.0.1.0.zip`
77+
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.1.0.0.zip`
7778

7879
- On ElasticSearch 5.x.x :
7980
`./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.1.1-SNAPSHOT
3+
version = 6.1.0.0
44

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

0 commit comments

Comments
 (0)