diff --git a/README.md b/README.md index 1af4c4b3..b2bb6315 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the | Elasticsearch | Plugin | Release date | | -------------- | -------------- | ------------ | +| 7.15.0 | 7.15.0.0 | Oct 02, 2021 | | 7.14.1 | 7.14.1.0 | Sep 04, 2021 | | 7.14.0 | 7.14.0.0 | Aug 07, 2021 | | 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 ## Install -`./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` +`./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` **Do not forget to restart the node after the installation!** diff --git a/build.gradle b/build.gradle index 77e745ea..0e67a66c 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import com.github.mgk.gradle.* buildscript { ext { - es_version = version.replaceAll(/\.[0-9]+(|-SNAPSHOT)$/, "") + es_version = version.replaceAll(/\.[0-9]+(|-.+)$/, "") } repositories { diff --git a/gradle.properties b/gradle.properties index f496c5f3..e80cc587 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = org.elasticsearch.plugin.prometheus -version = 7.14.1.0 +version = 7.15.0.0 pluginName = prometheus-exporter pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin