File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
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
+ | 5.2.0 | 5.2.0.0 | Feb 03, 2017 | NO |
24
25
| 5.1.2 | 5.1.2.0 | Jan 12, 2017 | NO |
25
26
| 5.1.1 | 5.1.1.0 | Dev 29, 2016 | NO |
26
27
| 5.0.1 | 5.0.1.0 | Nov 15, 2016 | NO |
@@ -40,7 +41,7 @@ Current available metrics are :
40
41
## Install
41
42
42
43
- Since ElasticSearch 5.0.0 :
43
- ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.1. 2.0/elasticsearch-prometheus-exporter-5.1.2 .0.zip
44
+ ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.2.0.0 /elasticsearch-prometheus-exporter-5.2.0 .0.zip
44
45
45
46
- On old 2.x.x versions :
46
47
./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.1.2 .0
37
+ version =5.2.0 .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.1.2
72
- #
71
+ elasticsearch.version =5.2.0
72
+ #
Original file line number Diff line number Diff line change 27
27
</scm >
28
28
29
29
<properties >
30
- <elasticsearch .version>5.1.2 </elasticsearch .version>
30
+ <elasticsearch .version>5.2.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