File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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 makes them available to Prometheus via the
24
24
25
25
| Elasticsearch | Plugin | Release date |
26
26
| -------------- | -------------- | ------------ |
27
+ | 6.4.0 | 6.4.0.0 | Aug 28, 2018 |
27
28
| 6.3.2 | 6.3.2.0 | Jul 28, 2018 |
28
29
| 6.3.1 | 6.3.1.0 | Jul 05, 2018 |
29
30
| 6.3.0 | 6.3.0.1 | Jun 20, 2018 |
@@ -86,7 +87,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
86
87
## Install
87
88
88
89
- Since Elasticsearch 6.0.0 :
89
- ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.3.2 .0.zip `
90
+ ` ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.4.0 .0.zip `
90
91
91
92
- On Elasticsearch 5.x.x :
92
93
` ./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.3.2.1-SNAPSHOT
3
+ version = 6.4.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