Skip to content

Commit 081b32a

Browse files
committed
Upgrade to ElasticSearch 5.3.1
1 parent 0f827d4 commit 081b32a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ It collects all relevant metrics and make them available to Prometheus via Elast
2020

2121
## Compatibility matrix
2222

23+
### Version 5.X
24+
2325
| Elasticsearch | Plugin | Release date |
2426
| -------------- | -------------- | ------------ |
27+
| 5.3.1 | 5.3.1.0 | Apr 24, 2017 |
2528
| 5.3.0 | 5.3.0.0 | Mar 29, 2017 |
2629
| 5.2.2 | 5.2.2.0 | Mar 03, 2017 |
2730
| 5.2.1 | 5.2.1.0 | Feb 17, 2017 |
@@ -30,6 +33,11 @@ It collects all relevant metrics and make them available to Prometheus via Elast
3033
| 5.1.1 | 5.1.1.0 | Dev 29, 2016 |
3134
| 5.0.1 | 5.0.1.0 | Nov 15, 2016 |
3235
| 5.0.0 | 5.0.0.0 | Nov 14, 2016 |
36+
37+
### Version 2.X
38+
39+
| Elasticsearch | Plugin | Release date |
40+
| -------------- | -------------- | ------------ |
3341
| 2.4.1 | 2.4.1.0 | Sep 29, 2016 |
3442
| 2.4.0 | 2.4.0.0 | Sep 01, 2016 |
3543
| 2.3.5 | 2.3.5.5 | Aug 29, 2016 |
@@ -45,7 +53,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
4553
## Install
4654

4755
- Since ElasticSearch 5.0.0 :
48-
./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.3.0.0.zip
56+
./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.3.1.0.zip
4957

5058
- On old 2.x.x versions :
5159
./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: 1 addition & 1 deletion
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.0.0
37+
version=5.3.1.0
3838
#
3939
# 'name': the plugin name
4040
name=prometheus-exporter

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0</version>
8+
<version>5.3.1.0</version>
99
<packaging>jar</packaging>
1010
<name>Elasticsearch Prometheus Exporter Plugin</name>
1111
<description>Export ElasticSearch metrics to Prometheus</description>

0 commit comments

Comments
 (0)