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