diff --git a/README.md b/README.md index 6e80360f..a915f8ef 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.12.0 | 7.12.0.0 | Apr 04, 2021 | | 7.11.2 | 7.11.2.0 | Mar 20, 2021 | | 7.11.1 | 7.11.1.0 | Feb 22, 2021 | | 7.10.2 | 7.10.2.0 | Jan 24, 2021 | @@ -61,7 +62,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.11.2.0/prometheus-exporter-7.11.2.0.zip` +`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.12.0.0/prometheus-exporter-7.12.0.0.zip` **Do not forget to restart the node after the installation!** diff --git a/gradle.properties b/gradle.properties index f1ee29fa..2a5d044c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = org.elasticsearch.plugin.prometheus -version = 7.11.2.1-SNAPSHOT +version = 7.12.0.0 pluginName = prometheus-exporter pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin