Skip to content

Commit 0ab6b69

Browse files
committed
Upgrade to ElasticSearch version 5.3.2
1 parent 081b32a commit 0ab6b69

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.3.2 | 5.3.2.0 | Apr 28, 2017 |
2728
| 5.3.1 | 5.3.1.0 | Apr 24, 2017 |
2829
| 5.3.0 | 5.3.0.0 | Mar 29, 2017 |
2930
| 5.2.2 | 5.2.2.0 | Mar 03, 2017 |
@@ -53,7 +54,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
5354
## Install
5455

5556
- Since ElasticSearch 5.0.0 :
56-
./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.3.1.0.zip
57+
./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.3.2.0.zip
5758

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

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=5.3.1.0
37+
version=5.3.2.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.3.1
71+
elasticsearch.version=5.3.2
7272
#

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.elasticsearch</groupId>
77
<artifactId>elasticsearch-prometheus-exporter</artifactId>
8-
<version>5.3.1.0</version>
8+
<version>5.3.2.0</version>
99
<packaging>jar</packaging>
1010
<name>Elasticsearch Prometheus Exporter Plugin</name>
1111
<description>Export ElasticSearch metrics to Prometheus</description>
@@ -27,7 +27,7 @@
2727
</scm>
2828

2929
<properties>
30-
<elasticsearch.version>5.3.1</elasticsearch.version>
30+
<elasticsearch.version>5.3.2</elasticsearch.version>
3131
<prometheus.version>0.0.21</prometheus.version>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
</properties>

0 commit comments

Comments
 (0)