File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Current available metrics are :
21
21
22
22
| Elasticsearch | Plugin | Release date | Prod ready ? |
23
23
| -------------- | -------------- | ------------ | ------------ |
24
+ | 2.4.5 | 2.4.5.0 | Jul XX, 2017 | NO |
24
25
| 2.4.4 | 2.4.4.0 | Jan 24, 2017 | NO |
25
26
| 2.4.3 | 2.4.3.0 | Jan 09, 2017 | NO |
26
27
| 2.4.1 | 2.4.1.0 | Sep 29, 2016 | NO |
@@ -37,7 +38,7 @@ Current available metrics are :
37
38
38
39
## Install
39
40
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
41
42
42
43
Do not forget to restart the node after installation !
43
44
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 =2.4.4 .0
37
+ version =2.4.5 .0
38
38
#
39
39
# 'name': the plugin name
40
40
name =prometheus-exporter
@@ -68,7 +68,7 @@ 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 =2.4.4
71
+ elasticsearch.version =2.4.5
72
72
#
73
73
# ## deprecated elements for jvm plugins :
74
74
#
Original file line number Diff line number Diff line change 27
27
</scm >
28
28
29
29
<properties >
30
- <elasticsearch .version>2.4.4 </elasticsearch .version>
30
+ <elasticsearch .version>2.4.5 </elasticsearch .version>
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
32
</properties >
33
33
You can’t perform that action at this time.
0 commit comments