File tree 3 files changed +5
-4
lines changed
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
+ | 5.1.1 | 5.1.1.0 | Dev 29, 2016 | NO |
24
25
| 5.0.1 | 5.0.1.0 | Nov 15, 2016 | NO |
25
26
| 5.0.0 | 5.0.0.0 | Nov 14, 2016 | NO |
26
27
| 2.4.1 | 2.4.1.0 | Sep 29, 2016 | NO |
@@ -38,7 +39,7 @@ Current available metrics are :
38
39
## Install
39
40
40
41
- Since ElasticSearch 5.0.0 :
41
- ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.0 .1.0/elasticsearch-prometheus-exporter-5.0 .1.0.zip
42
+ ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.1 .1.0/elasticsearch-prometheus-exporter-5.1 .1.0.zip
42
43
43
44
- On old 2.x.x versions :
44
45
./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.0 .1.0
37
+ version =5.1 .1.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.0 .1
71
+ elasticsearch.version =5.1 .1
72
72
#
Original file line number Diff line number Diff line change 27
27
</scm >
28
28
29
29
<properties >
30
- <elasticsearch .version>5.0 .1</elasticsearch .version>
30
+ <elasticsearch .version>5.1 .1</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