From e8b822b2cfdd93789889c89809d4ac1f5080a7aa Mon Sep 17 00:00:00 2001 From: Vincent VAN HOLLEBEKE Date: Wed, 26 Oct 2022 07:04:29 +0000 Subject: [PATCH] Upgrade to ES 7.17.7 and release version 7.17.7.0 --- README.md | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e460458..24d96acc 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.17.7 | 7.17.7.0 | Oct 26, 2022 | | 7.17.6 | 7.17.6.0 | Aug 31, 2022 | | 7.17.5 | 7.17.5.0 | Jul 06, 2022 | | 7.17.4 | 7.17.4.0 | May 24, 2022 | @@ -84,7 +85,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.17.6.0/prometheus-exporter-7.17.6.0.zip` +`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.17.7.0/prometheus-exporter-7.17.7.0.zip` **Do not forget to restart the node after the installation!** diff --git a/gradle.properties b/gradle.properties index ddc526ff..4d998689 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = org.elasticsearch.plugin.prometheus -version = 7.17.6.1-SNAPSHOT +version = 7.17.7.0 pluginName = prometheus-exporter pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin