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 make them available to Prometheus via Elast
24
24
25
25
| Elasticsearch | Plugin | Release date |
26
26
| -------------- | -------------- | ------------ |
27
+ | 5.5.1 | 5.5.1.0 | Jul 26, 2017 |
27
28
| 5.5.0 | 5.5.0.0 | Jul 07, 2017 |
28
29
| 5.4.3 | 5.4.3.0 | Jun 28, 2017 |
29
30
| 5.4.2 | 5.4.2.0 | Jun 22, 2017 |
@@ -59,7 +60,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
59
60
## Install
60
61
61
62
- Since ElasticSearch 5.0.0 :
62
- ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.5.0 .0.zip
63
+ ./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.5.1 .0.zip
63
64
64
65
- On old 2.x.x versions :
65
66
./bin/plugin install https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/2.4.1.0/elasticsearch-prometheus-exporter-2.4.1.0.zip
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ org.gradle.daemon = true
2
2
3
3
group = org.elasticsearch.plugin.prometheus
4
4
5
- version = 5.5.0 .0
5
+ version = 5.5.1 .0
6
6
7
7
pluginName = prometheus-exporter
8
8
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments