Skip to content

Commit

Permalink
Merge pull request #21 from mesosphere/5.6.0.0
Browse files Browse the repository at this point in the history
Upgrade to Elasticsearch 5.6.0
  • Loading branch information
anandnalya authored Sep 15, 2017
2 parents 6ae3814 + c3e7886 commit 79df921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice

| Elasticsearch | Plugin | Release date |
| -------------- | -------------- | ------------ |
| 5.6.0 | 5.6.0.0 | Sep 14, 2017 |
| 5.5.2 | 5.5.2.0 | Aug 22, 2017 |
| 5.5.1 | 5.5.1.0 | Jul 25, 2017 |
| 5.5.0 | 5.5.0.0 | Jul 12, 2017 |
Expand Down Expand Up @@ -60,12 +61,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/5.5.2.0/elasticsearch-statsd-5.5.2.0.zip
./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/5.6.0.0/elasticsearch-statsd-5.6.0.0.zip
```

From Maven Central:
```
./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/5.5.2.0/elasticsearch-statsd-5.5.2.0.zip
./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/5.6.0.0/elasticsearch-statsd-5.6.0.0.zip
```

Change the version to match your ES version. For ES `x.y.z` the version is `x.y.z.0`
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.automattic</groupId>
<artifactId>elasticsearch-statsd</artifactId>
<version>5.5.2.0</version>
<version>5.6.0.0</version>
<packaging>jar</packaging>

<name>elasticsearch-statsd</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
</developers>

<properties>
<elasticsearch.version>5.5.2</elasticsearch.version>
<elasticsearch.version>5.6.0</elasticsearch.version>
<junit.version>4.12</junit.version>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 79df921

Please sign in to comment.