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 @@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
27
27
28
28
| Elasticsearch | Plugin | Release date |
29
29
| -------------- | -------------- | ------------ |
30
+ | 7.4.1 | 7.4.1.0 | Jan 13, 2020 |
30
31
| 7.4.0 | 7.4.0.0 | Jan 07, 2020 |
31
32
| 7.3.2 | 7.3.2.0 | Oct 05, 2019 |
32
33
| 7.3.1 | 7.3.1.0 | Sep 18, 2019 |
@@ -140,7 +141,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
140
141
## Install
141
142
142
143
- Since Elasticsearch 7.0.0 :
143
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.4.0 .0/prometheus-exporter-7.4.0 .0.zip `
144
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.4.1 .0/prometheus-exporter-7.4.1 .0.zip `
144
145
145
146
- Since Elasticsearch 6.0.0 :
146
147
` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.0.0/prometheus-exporter-6.8.0.0.zip `
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.4.0.1-SNAPSHOT
3
+ version = 7.4.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