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
+ | 6.0.1 | 6.0.1.0 | Dec 08, 2017 |
27
28
| 6.0.0 | 6.0.0.0 | Nov 27, 2017 |
28
29
29
30
### Version 5.X
@@ -72,7 +73,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
72
73
## Install
73
74
74
75
- Since ElasticSearch 6.0.0 :
75
- ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.0.0 .0.zip `
76
+ ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.0.1 .0.zip `
76
77
77
78
- On ElasticSearch 5.x.x :
78
79
` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.4.0.zip `
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 6.0.0.1-SNAPSHOT
3
+ version = 6.0.1.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