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

Commit dea0ea1

Browse files
author
phrynchanka
authored
Merge pull request #8 from mesosphere/elastic-6.8
Upgrade Elastic base-tech version to 6.8.0
2 parents 1070197 + d351445 commit dea0ea1

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.0 | 6.8.0.0 | Jun 21, 2019 |
1314
| 6.6.1 | 6.6.1.0 | Mar 11, 2019 |
1415
| 6.5.0 | 6.5.0.0 | Jan 2, 2019 |
1516
| 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
8586
From Github:
8687

8788
```
88-
./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/6.6.1.0/elasticsearch-statsd-6.6.1.0.zip
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
8990
```
9091

9192
From Maven Central:
9293
```
93-
./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/6.6.1.0/elasticsearch-statsd-6.6.1.0.zip
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
9495
```
9596

9697
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
106107
Once we have the artifact, install it with the following command:
107108

108109
```
109-
bin/elasticsearch-plugin install file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-6.6.1.0.zip
110+
bin/elasticsearch-plugin install file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-6.8.0.0.zip
110111
```
111112

112113
## 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.6.1.0</version>
8+
<version>6.8.0.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.6.1</elasticsearch.version>
49+
<elasticsearch.version>6.8.0</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)