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.1.0 | 6.1.0.0 | Dec 14, 2017 |
27
28
| 6.0.1 | 6.0.1.0 | Dec 08, 2017 |
28
29
| 6.0.0 | 6.0.0.0 | Nov 27, 2017 |
29
30
@@ -73,7 +74,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
73
74
## Install
74
75
75
76
- Since ElasticSearch 6.0.0 :
76
- ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.0.1 .0.zip `
77
+ ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.1.0 .0.zip `
77
78
78
79
- On ElasticSearch 5.x.x :
79
80
` ./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.1.1-SNAPSHOT
3
+ version = 6.1.0.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