From d35144561c805d7fb859e01c0eb38692abacf6d7 Mon Sep 17 00:00:00 2001 From: "phrynchanka.c" Date: Fri, 21 Jun 2019 12:41:34 +0300 Subject: [PATCH] Upgrade Elastic base-tech version to 6.8.0 --- README.md | 7 ++++--- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ce6de7..3ddc56b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice | Elasticsearch | Plugin | Release date | | -------------- | -------------- | ------------ | +| 6.8.0 | 6.8.0.0 | Jun 21, 2019 | | 6.6.1 | 6.6.1.0 | Mar 11, 2019 | | 6.5.0 | 6.5.0.0 | Jan 2, 2019 | | 6.4.3 | 6.4.3.0 | Jan 1, 2019 | @@ -85,12 +86,12 @@ The plugin artifacts are published to Maven Central and Github. To install a pre From Github: ``` -./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/6.6.1.0/elasticsearch-statsd-6.6.1.0.zip +./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/6.8.0.0/elasticsearch-statsd-6.8.0.0.zip ``` From Maven Central: ``` -./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/6.6.1.0/elasticsearch-statsd-6.6.1.0.zip +./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/6.8.0.0/elasticsearch-statsd-6.8.0.0.zip ``` Change the version to match your ES version. For ES `x.y.z` the version is `x.y.z.0` @@ -106,7 +107,7 @@ mvn clean package -Djava.security.policy=src/test/resources/plugin-security-test Once we have the artifact, install it with the following command: ``` -bin/elasticsearch-plugin install file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-6.6.1.0.zip +bin/elasticsearch-plugin install file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-6.8.0.0.zip ``` ## Installation Elasticsearch 5.x diff --git a/pom.xml b/pom.xml index 52b4ce2..38a4f86 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.automattic elasticsearch-statsd - 6.6.1.0 + 6.8.0.0 jar elasticsearch-statsd @@ -46,7 +46,7 @@ - 6.6.1 + 6.8.0 4.12 1.8 UTF-8