@@ -10,6 +10,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice
10
10
11
11
| Elasticsearch | Plugin | Release date |
12
12
| -------------- | -------------- | ------------ |
13
+ | 6.8.0 | 6.8.0.0 | Jun 21, 2019 |
13
14
| 6.6.1 | 6.6.1.0 | Mar 11, 2019 |
14
15
| 6.5.0 | 6.5.0.0 | Jan 2, 2019 |
15
16
| 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
85
86
From Github:
86
87
87
88
```
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
89
90
```
90
91
91
92
From Maven Central:
92
93
```
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
94
95
```
95
96
96
97
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
106
107
Once we have the artifact, install it with the following command:
107
108
108
109
```
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
110
111
```
111
112
112
113
## Installation Elasticsearch 5.x
0 commit comments