Skip to content

Commit

Permalink
Merge pull request #24 from mesosphere/5.6.4.0
Browse files Browse the repository at this point in the history
Updated for ES 5.6.4
  • Loading branch information
anandnalya authored Nov 15, 2017
2 parents f8f2bfb + ec9215b commit 0769f22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 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.4 | 5.6.4.0 | Nov 13, 2017 |
| 5.6.3 | 5.6.3.0 | Oct 12, 2017 |
| 5.6.2 | 5.6.2.0 | Oct 12, 2017 |
| 5.6.1 | 5.6.1.0 | Oct 12, 2017 |
Expand Down Expand Up @@ -66,12 +67,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.6.3.0/elasticsearch-statsd-5.6.3.0.zip
./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/5.6.4.0/elasticsearch-statsd-5.6.4.0.zip
```

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

Change the version to match your ES version. For ES `x.y.z` the version is `x.y.z.0`
Expand All @@ -87,7 +88,7 @@ mvn package
Once we have the artifact, install it with the following command:

```
./bin/elasticsearch-plugin install file:///Users/anandnalya/github/automattic/elasticsearch-statsd-plugin/target/releases/elasticsearch-statsd-5.6.3.0.zip
./bin/elasticsearch-plugin install file:///Users/anandnalya/github/automattic/elasticsearch-statsd-plugin/target/releases/elasticsearch-statsd-5.6.4.0.zip
```

## Installation Elasticsearch 2.x
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.6.3.0</version>
<version>5.6.4.0</version>
<packaging>jar</packaging>

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

<properties>
<elasticsearch.version>5.6.3</elasticsearch.version>
<elasticsearch.version>5.6.4</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 0769f22

Please sign in to comment.