Skip to content

Commit be6ac49

Browse files
committed
Upgrade to Elasticsearch 7.15.0 and release version 7.15.0.0
1 parent ac365bc commit be6ac49

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
2727

2828
| Elasticsearch | Plugin | Release date |
2929
| -------------- | -------------- | ------------ |
30+
| 7.15.0 | 7.15.0.0 | Oct 02, 2021 |
3031
| 7.14.1 | 7.14.1.0 | Sep 04, 2021 |
3132
| 7.14.0 | 7.14.0.0 | Aug 07, 2021 |
3233
| 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
7071

7172
## Install
7273

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`
7475

7576
**Do not forget to restart the node after the installation!**
7677

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.github.mgk.gradle.*
22

33
buildscript {
44
ext {
5-
es_version = version.replaceAll(/\.[0-9]+(|-SNAPSHOT)$/, "")
5+
es_version = version.replaceAll(/\.[0-9]+(|-.+)$/, "")
66
}
77

88
repositories {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 7.14.1.0
3+
version = 7.15.0.0
44

55
pluginName = prometheus-exporter
66
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 commit comments

Comments
 (0)