Skip to content

Commit 32bb21c

Browse files
committed
Upgrade to ElasticSearch 5.1.1
1 parent 17dbb72 commit 32bb21c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Current available metrics are :
2121

2222
| Elasticsearch | Plugin | Release date | Prod ready ? |
2323
| -------------- | -------------- | ------------ | ------------ |
24+
| 5.1.1 | 5.1.1.0 | Dev 29, 2016 | NO |
2425
| 5.0.1 | 5.0.1.0 | Nov 15, 2016 | NO |
2526
| 5.0.0 | 5.0.0.0 | Nov 14, 2016 | NO |
2627
| 2.4.1 | 2.4.1.0 | Sep 29, 2016 | NO |
@@ -38,7 +39,7 @@ Current available metrics are :
3839
## Install
3940

4041
- Since ElasticSearch 5.0.0 :
41-
./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.0.1.0/elasticsearch-prometheus-exporter-5.0.1.0.zip
42+
./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.1.1.0/elasticsearch-prometheus-exporter-5.1.1.0.zip
4243

4344
- On old 2.x.x versions :
4445
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.1.0/elasticsearch-prometheus-exporter-2.4.1.0.zip

plugin-descriptor.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
description=Prometheus Exporter
3535
#
3636
# 'version': plugin's version
37-
version=5.0.1.0
37+
version=5.1.1.0
3838
#
3939
# 'name': the plugin name
4040
name=prometheus-exporter
@@ -68,5 +68,5 @@ java.version=1.8
6868
# elasticsearch release. This version is checked when the plugin
6969
# is loaded so Elasticsearch will refuse to start in the presence of
7070
# plugins with the incorrect elasticsearch.version.
71-
elasticsearch.version=5.0.1
71+
elasticsearch.version=5.1.1
7272
#

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</scm>
2828

2929
<properties>
30-
<elasticsearch.version>5.0.1</elasticsearch.version>
30+
<elasticsearch.version>5.1.1</elasticsearch.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
</properties>
3333

0 commit comments

Comments
 (0)