File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
24
24
25
25
| Elasticsearch | Plugin | Release date |
26
26
| -------------- | -------------- | ------------ |
27
+ | 5.6.2 | 5.6.2.0 | Sep 26, 2017 |
27
28
| 5.6.1 | 5.6.1.0 | Sep 19, 2017 |
28
29
| 5.6.0 | 5.6.0.0 | Sep 13, 2017 |
29
30
| 5.5.2 | 5.5.2.0 | Aug 18, 2017 |
@@ -63,7 +64,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
63
64
## Install
64
65
65
66
- Since ElasticSearch 5.0.0 :
66
- ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.1 .0.zip
67
+ ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.2 .0.zip
67
68
68
69
- On old 2.x.x versions :
69
70
./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 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 5.6.1.1-SNAPSHOT
3
+ version = 5.6.2.0
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments