Skip to content

Commit c694750

Browse files
authored
Merge pull request #48 from davidkarlsen/feature/5.5.1
support ES 5.5.1
2 parents ba48fc0 + 7c9ef2f commit c694750

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 make them available to Prometheus via Elast
2424

2525
| Elasticsearch | Plugin | Release date |
2626
| -------------- | -------------- | ------------ |
27+
| 5.5.1 | 5.5.1.0 | Jul 26, 2017 |
2728
| 5.5.0 | 5.5.0.0 | Jul 07, 2017 |
2829
| 5.4.3 | 5.4.3.0 | Jun 28, 2017 |
2930
| 5.4.2 | 5.4.2.0 | Jun 22, 2017 |
@@ -59,7 +60,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
5960
## Install
6061

6162
- Since ElasticSearch 5.0.0 :
62-
./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.5.0.0.zip
63+
./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.5.1.0.zip
6364

6465
- On old 2.x.x versions :
6566
./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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.daemon = true
22

33
group = org.elasticsearch.plugin.prometheus
44

5-
version = 5.5.0.0
5+
version = 5.5.1.0
66

77
pluginName = prometheus-exporter
88
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 commit comments

Comments
 (0)