Skip to content

Commit e07de86

Browse files
authored
Merge pull request #43 from lustefaniak/2.4.5
Elasticsearch 2.4.5 support
2 parents 64f298e + eea5780 commit e07de86

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.5 | 2.4.5.0 | Jul XX, 2017 | NO |
2425
| 2.4.4 | 2.4.4.0 | Jan 24, 2017 | NO |
2526
| 2.4.3 | 2.4.3.0 | Jan 09, 2017 | NO |
2627
| 2.4.1 | 2.4.1.0 | Sep 29, 2016 | NO |
@@ -37,7 +38,7 @@ Current available metrics are :
3738

3839
## Install
3940

40-
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.4.0/elasticsearch-prometheus-exporter-2.4.4.0.zip
41+
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.5.0/elasticsearch-prometheus-exporter-2.4.5.0.zip
4142

4243
Do not forget to restart the node after installation !
4344

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.4.4.0
37+
version=2.4.5.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.4.4
71+
elasticsearch.version=2.4.5
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.4.4</elasticsearch.version>
30+
<elasticsearch.version>2.4.5</elasticsearch.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
</properties>
3333

0 commit comments

Comments
 (0)