File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
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.15.0 | 7.15.0.0 | Oct 02, 2021 |
30
31
| 7.14.1 | 7.14.1.0 | Sep 04, 2021 |
31
32
| 7.14.0 | 7.14.0.0 | Aug 07, 2021 |
32
33
| 7.13.4 | 7.13.4.0 | Jul 21, 2021 |
@@ -70,7 +71,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
70
71
71
72
## Install
72
73
73
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.14.1 .0/prometheus-exporter-7.14.1 .0.zip `
74
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.15.0 .0/prometheus-exporter-7.15.0 .0.zip `
74
75
75
76
** Do not forget to restart the node after the installation!**
76
77
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.github.mgk.gradle.*
2
2
3
3
buildscript {
4
4
ext {
5
- es_version = version. replaceAll(/ \. [0-9]+(|-SNAPSHOT )$/ , " " )
5
+ es_version = version. replaceAll(/ \. [0-9]+(|-.+ )$/ , " " )
6
6
}
7
7
8
8
repositories {
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.14.1 .0
3
+ version = 7.15.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