diff --git a/README.md b/README.md index 267e311c..12bdaf65 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.14.0 | 7.14.0.0 | Aug 03, 2021 | | 7.13.4 | 7.13.4.0 | Jul 21, 2021 | | 7.13.3 | 7.13.3.0 | Jul 07, 2021 | | 7.13.2 | 7.13.2.0 | Jun 15, 2021 | @@ -68,7 +69,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.13.4.0/prometheus-exporter-7.13.4.0.zip` +`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.14.0.0/prometheus-exporter-7.14.0.0.zip` **Do not forget to restart the node after the installation!** diff --git a/gradle.properties b/gradle.properties index ecfd41ad..a594dd2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = org.elasticsearch.plugin.prometheus -version = 7.13.4.1-SNAPSHOT +version = 7.14.0.0-SNAPSHOT pluginName = prometheus-exporter pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin