Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 928ea75

Browse files
author
phrynchanka.c
committed
Upgrade Elastic base-tech version to 6.8.1
1 parent dea0ea1 commit 928ea75

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice
1010

1111
| Elasticsearch | Plugin | Release date |
1212
| -------------- | -------------- | ------------ |
13+
| 6.8.1 | 6.8.1.0 | Jun 21, 2019 |
1314
| 6.8.0 | 6.8.0.0 | Jun 21, 2019 |
1415
| 6.6.1 | 6.6.1.0 | Mar 11, 2019 |
1516
| 6.5.0 | 6.5.0.0 | Jan 2, 2019 |
@@ -86,12 +87,12 @@ The plugin artifacts are published to Maven Central and Github. To install a pre
8687
From Github:
8788

8889
```
89-
./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/6.8.0.0/elasticsearch-statsd-6.8.0.0.zip
90+
./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/6.8.1.0/elasticsearch-statsd-6.8.1.0.zip
9091
```
9192

9293
From Maven Central:
9394
```
94-
./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/6.8.0.0/elasticsearch-statsd-6.8.0.0.zip
95+
./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/6.8.1.0/elasticsearch-statsd-6.8.1.0.zip
9596
```
9697

9798
Change the version to match your ES version. For ES `x.y.z` the version is `x.y.z.0`
@@ -107,7 +108,7 @@ mvn clean package -Djava.security.policy=src/test/resources/plugin-security-test
107108
Once we have the artifact, install it with the following command:
108109

109110
```
110-
bin/elasticsearch-plugin install file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-6.8.0.0.zip
111+
bin/elasticsearch-plugin install file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-6.8.1.0.zip
111112
```
112113

113114
## Installation Elasticsearch 5.x

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.automattic</groupId>
77
<artifactId>elasticsearch-statsd</artifactId>
8-
<version>6.8.0.0</version>
8+
<version>6.8.1.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>elasticsearch-statsd</name>
@@ -46,7 +46,7 @@
4646
</developers>
4747

4848
<properties>
49-
<elasticsearch.version>6.8.0</elasticsearch.version>
49+
<elasticsearch.version>6.8.1</elasticsearch.version>
5050
<junit.version>4.12</junit.version>
5151
<maven.compiler.target>1.8</maven.compiler.target>
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)