Skip to content

Commit a29bffb

Browse files
committed
Upgrade to ElasticSearch 2.4.0
1 parent fba08da commit a29bffb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
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+
| 2.4.0 | 2.4.0.0 | Sep 01, 2016 | NO |
2425
| 2.3.5 | 2.3.5.5 | Aug 29, 2016 | NO |
2526
| 2.3.5 | 2.3.5.4 | Aug 24, 2016 | NO |
2627
| 2.3.5 | 2.3.5.3 | Aug 23, 2016 | NO |
@@ -33,7 +34,7 @@ Current available metrics are :
3334

3435
## Install
3536

36-
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.3.5.5/elasticsearch-prometheus-exporter-2.3.5.5.zip
37+
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.0.0/elasticsearch-prometheus-exporter-2.4.0.0.zip
3738

3839
Do not forget to restart the node after installation !
3940

plugin-descriptor.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
description=Prometheus Exporter
3535
#
3636
# 'version': plugin's version
37-
version=2.3.5.5
37+
version=2.4.0.0
3838
#
3939
# 'name': the plugin name
4040
name=prometheus-exporter
@@ -68,7 +68,7 @@ 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=2.3.5
71+
elasticsearch.version=2.4.0
7272
#
7373
### deprecated elements for jvm plugins :
7474
#

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</scm>
2828

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

0 commit comments

Comments
 (0)