@@ -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.1 | 6.8.1.0 | Jun 21, 2019 |
13
14
| 6.8.0 | 6.8.0.0 | Jun 21, 2019 |
14
15
| 6.6.1 | 6.6.1.0 | Mar 11, 2019 |
15
16
| 6.5.0 | 6.5.0.0 | Jan 2, 2019 |
@@ -86,12 +87,12 @@ The plugin artifacts are published to Maven Central and Github. To install a pre
86
87
From Github:
87
88
88
89
```
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
90
+ ./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/6.8.1 .0/elasticsearch-statsd-6.8.1 .0.zip
90
91
```
91
92
92
93
From Maven Central:
93
94
```
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
95
+ ./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/6.8.1 .0/elasticsearch-statsd-6.8.1 .0.zip
95
96
```
96
97
97
98
Change the version to match your ES version. For ES ` x.y.z ` the version is ` x.y.z.0 `
@@ -107,7 +108,7 @@ mvn clean package -Djava.security.policy=src/test/resources/plugin-security-test
107
108
Once we have the artifact, install it with the following command:
108
109
109
110
```
110
- bin/elasticsearch-plugin install file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-6.8.0 .0.zip
111
+ bin/elasticsearch-plugin install file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-6.8.1 .0.zip
111
112
```
112
113
113
114
## Installation Elasticsearch 5.x
0 commit comments