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.2.2 | 6.2.2.0 | Feb 20, 2018 |
27
28
| 6.2.1 | 6.2.1.0 | Feb 08, 2018 |
28
29
| 6.2.0 | 6.2.0.0 | Feb 07, 2018 |
29
30
| 6.1.3 | 6.1.3.0 | Jan 30, 2018 |
@@ -79,7 +80,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
79
80
## Install
80
81
81
82
- Since ElasticSearch 6.0.0 :
82
- ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.2.1 .0.zip `
83
+ ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.2.2 .0.zip `
83
84
84
85
- On ElasticSearch 5.x.x :
85
86
` ./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.2.1.1-SNAPSHOT
3
+ version = 6.2.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