File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
24
24
25
25
| Elasticsearch | Plugin | Release date |
26
26
| -------------- | -------------- | ------------ |
27
+ | 5.3.2 | 5.3.2.0 | Apr 28, 2017 |
27
28
| 5.3.1 | 5.3.1.0 | Apr 24, 2017 |
28
29
| 5.3.0 | 5.3.0.0 | Mar 29, 2017 |
29
30
| 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
53
54
## Install
54
55
55
56
- 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
57
58
58
59
- On old 2.x.x versions :
59
60
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.1.0/elasticsearch-prometheus-exporter-2.4.1.0.zip
Original file line number Diff line number Diff line change 34
34
description =Prometheus Exporter
35
35
#
36
36
# 'version': plugin's version
37
- version =5.3.1 .0
37
+ version =5.3.2 .0
38
38
#
39
39
# 'name': the plugin name
40
40
name =prometheus-exporter
@@ -68,5 +68,5 @@ java.version=1.8
68
68
# elasticsearch release. This version is checked when the plugin
69
69
# is loaded so Elasticsearch will refuse to start in the presence of
70
70
# plugins with the incorrect elasticsearch.version.
71
- elasticsearch.version =5.3.1
71
+ elasticsearch.version =5.3.2
72
72
#
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.elasticsearch</groupId >
7
7
<artifactId >elasticsearch-prometheus-exporter</artifactId >
8
- <version >5.3.1 .0</version >
8
+ <version >5.3.2 .0</version >
9
9
<packaging >jar</packaging >
10
10
<name >Elasticsearch Prometheus Exporter Plugin</name >
11
11
<description >Export ElasticSearch metrics to Prometheus</description >
27
27
</scm >
28
28
29
29
<properties >
30
- <elasticsearch .version>5.3.1 </elasticsearch .version>
30
+ <elasticsearch .version>5.3.2 </elasticsearch .version>
31
31
<prometheus .version>0.0.21</prometheus .version>
32
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
33
</properties >
You can’t perform that action at this time.
0 commit comments