@@ -20,8 +20,11 @@ It collects all relevant metrics and make them available to Prometheus via Elast
20
20
21
21
## Compatibility matrix
22
22
23
+ ### Version 5.X
24
+
23
25
| Elasticsearch | Plugin | Release date |
24
26
| -------------- | -------------- | ------------ |
27
+ | 5.3.1 | 5.3.1.0 | Apr 24, 2017 |
25
28
| 5.3.0 | 5.3.0.0 | Mar 29, 2017 |
26
29
| 5.2.2 | 5.2.2.0 | Mar 03, 2017 |
27
30
| 5.2.1 | 5.2.1.0 | Feb 17, 2017 |
@@ -30,6 +33,11 @@ It collects all relevant metrics and make them available to Prometheus via Elast
30
33
| 5.1.1 | 5.1.1.0 | Dev 29, 2016 |
31
34
| 5.0.1 | 5.0.1.0 | Nov 15, 2016 |
32
35
| 5.0.0 | 5.0.0.0 | Nov 14, 2016 |
36
+
37
+ ### Version 2.X
38
+
39
+ | Elasticsearch | Plugin | Release date |
40
+ | -------------- | -------------- | ------------ |
33
41
| 2.4.1 | 2.4.1.0 | Sep 29, 2016 |
34
42
| 2.4.0 | 2.4.0.0 | Sep 01, 2016 |
35
43
| 2.3.5 | 2.3.5.5 | Aug 29, 2016 |
@@ -45,7 +53,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
45
53
## Install
46
54
47
55
- Since ElasticSearch 5.0.0 :
48
- ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.3.0 .0.zip
56
+ ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.3.1 .0.zip
49
57
50
58
- On old 2.x.x versions :
51
59
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.1.0/elasticsearch-prometheus-exporter-2.4.1.0.zip
0 commit comments