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.0 | 2.4.0.0 | Sep 01, 2016 | NO |
24
25
| 2.3.5 | 2.3.5.5 | Aug 29, 2016 | NO |
25
26
| 2.3.5 | 2.3.5.4 | Aug 24, 2016 | NO |
26
27
| 2.3.5 | 2.3.5.3 | Aug 23, 2016 | NO |
@@ -33,7 +34,7 @@ Current available metrics are :
33
34
34
35
## Install
35
36
36
- ./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.3.5.5 /elasticsearch-prometheus-exporter-2.3.5.5 .zip
37
+ ./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.0.0 /elasticsearch-prometheus-exporter-2.4.0.0 .zip
37
38
38
39
Do not forget to restart the node after installation !
39
40
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.3.5.5
37
+ version =2.4.0.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.3.5
71
+ elasticsearch.version =2.4.0
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.3.5 </elasticsearch .version>
30
+ <elasticsearch .version>2.4.0 </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