Skip to content

Commit

Permalink
Updated for ES 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnalya committed Jul 22, 2016
1 parent 94f75ea commit f605ec5
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 @@ -11,6 +11,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice

| Elasticsearch | Plugin | Release date |
| -------------- | -------------- | ------------ |
| 2.3.4 | 2.3.4.0 | Jul 22, 2016 |
| 2.3.3 | 2.3.3.0 | May 27, 2016 |
| 2.3.2 | 2.3.2.0 | May 25, 2016 |
| 2.3.1 | 2.3.1.0 | May 25, 2016 |
Expand All @@ -33,7 +34,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice
The plugin artifacts are published to Maven Central. To install a prepackaged plugin for ES 2.x+ use the following command:

```
bin/plugin install com.automattic/elasticsearch-statsd/2.3.3.0
bin/plugin install com.automattic/elasticsearch-statsd/2.3.4.0
```

Change the version to match your ES version. For ES `x.y.z` the version is `x.y.z.0`
Expand All @@ -44,7 +45,7 @@ You can also build your own by doing the following:
git clone http://github.com/Automattic/elasticsearch-statsd-plugin.git
cd elasticsearch-statsd-plugin
mvn package -Dtests.security.manager=false
bin/plugin file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-2.3.3.0.zip
bin/plugin file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-2.3.4.0.zip
```


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>2.3.3.0</version>
<version>2.3.4.0</version>
<packaging>jar</packaging>

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

<properties>
<elasticsearch.version>2.3.3</elasticsearch.version>
<elasticsearch.version>2.3.4</elasticsearch.version>
<lucene.version>5.5.0</lucene.version>
<hamcrest.version>1.3</hamcrest.version>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down

0 comments on commit f605ec5

Please sign in to comment.