Skip to content

Commit f087080

Browse files
authored
Merge pull request #56 from davidkarlsen/release/5.6.2.0
ES 5.6.2
2 parents d3e4a54 + 316855c commit f087080

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+
| 5.6.2 | 5.6.2.0 | Sep 26, 2017 |
2728
| 5.6.1 | 5.6.1.0 | Sep 19, 2017 |
2829
| 5.6.0 | 5.6.0.0 | Sep 13, 2017 |
2930
| 5.5.2 | 5.5.2.0 | Aug 18, 2017 |
@@ -63,7 +64,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
6364
## Install
6465

6566
- Since ElasticSearch 5.0.0 :
66-
./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.1.0.zip
67+
./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.2.0.zip
6768

6869
- On old 2.x.x versions :
6970
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.1.0/elasticsearch-prometheus-exporter-2.4.1.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 = 5.6.1.1-SNAPSHOT
3+
version = 5.6.2.0
44

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

0 commit comments

Comments
 (0)