Skip to content

Commit c151b2e

Browse files
committed
Bump To version 5.0.0.0
1 parent 6d9fb27 commit c151b2e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Current available metrics are :
2121

2222
| Elasticsearch | Plugin | Release date | Prod ready ? |
2323
| -------------- | -------------- | ------------ | ------------ |
24+
| 5.0.0 | 5.0.0.0 | Nov 14, 2016 | NO |
2425
| 2.4.1 | 2.4.1.0 | Sep 29, 2016 | NO |
2526
| 2.4.0 | 2.4.0.0 | Sep 01, 2016 | NO |
2627
| 2.3.5 | 2.3.5.5 | Aug 29, 2016 | NO |
@@ -35,16 +36,26 @@ Current available metrics are :
3536

3637
## Install
3738

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 :
3843
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.1.0/elasticsearch-prometheus-exporter-2.4.1.0.zip
3944

4045
Do not forget to restart the node after installation !
4146

4247
Note that the plugin needs special permissions :
4348

4449
- java.lang.RuntimePermission accessClassInPackage.sun.misc
50+
- java.lang.RuntimePermission accessDeclaredMembers
4551
- java.lang.reflect.ReflectPermission suppressAccessChecks
4652

4753
## Uninstall
54+
55+
- Since ElasticSearch 5.0.0 :
56+
./bin/elasticsearch-plugin remove prometheus-exporter
57+
58+
- On old 2.x.x versions :
4859
./bin/plugin remove prometheus-exporter
4960

5061
Do not forget to restart the node after installation !

plugin-descriptor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
description=Prometheus Exporter
3535
#
3636
# 'version': plugin's version
37-
version=5.0.0
37+
version=5.0.0.0
3838
#
3939
# 'name': the plugin name
4040
name=prometheus-exporter

0 commit comments

Comments
 (0)