@@ -21,6 +21,7 @@ Current available metrics are :
21
21
22
22
| Elasticsearch | Plugin | Release date | Prod ready ? |
23
23
| -------------- | -------------- | ------------ | ------------ |
24
+ | 5.0.0 | 5.0.0.0 | Nov 14, 2016 | NO |
24
25
| 2.4.1 | 2.4.1.0 | Sep 29, 2016 | NO |
25
26
| 2.4.0 | 2.4.0.0 | Sep 01, 2016 | NO |
26
27
| 2.3.5 | 2.3.5.5 | Aug 29, 2016 | NO |
@@ -35,16 +36,26 @@ Current available metrics are :
35
36
36
37
## Install
37
38
39
+ - Since ElasticSearch 5.0.0 :
40
+ ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.0.0.0/elasticsearch-prometheus-exporter-5.0.0.0.zip
41
+
42
+ - On old 2.x.x versions :
38
43
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.1.0/elasticsearch-prometheus-exporter-2.4.1.0.zip
39
44
40
45
Do not forget to restart the node after installation !
41
46
42
47
Note that the plugin needs special permissions :
43
48
44
49
- java.lang.RuntimePermission accessClassInPackage.sun.misc
50
+ - java.lang.RuntimePermission accessDeclaredMembers
45
51
- java.lang.reflect.ReflectPermission suppressAccessChecks
46
52
47
53
## Uninstall
54
+
55
+ - Since ElasticSearch 5.0.0 :
56
+ ./bin/elasticsearch-plugin remove prometheus-exporter
57
+
58
+ - On old 2.x.x versions :
48
59
./bin/plugin remove prometheus-exporter
49
60
50
61
Do not forget to restart the node after installation !
0 commit comments