Skip to content

Commit

Permalink
Compatibility work for ES 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbok committed Aug 29, 2017
1 parent 2f49c3f commit 3d24f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ matrix which matches your Elasticsearch version and use the download link for th

[source]
----
./bin/elasticsearch-plugin install https://github.com/scaleborn/elasticsearch-linear-regression/releases/download/5.5.1.2/elasticsearch-linear-regression-5.5.1.2.zip
./bin/elasticsearch-plugin install https://github.com/scaleborn/elasticsearch-linear-regression/releases/download/5.5.2.1/elasticsearch-linear-regression-5.5.2.1.zip
----
The plugin will be installed under the name "linear-regression".
Do not forget to restart the node after installing.
Expand All @@ -180,6 +180,7 @@ Do not forget to restart the node after installing.
[frame="all"]
|===
| Plugin version | Elasticsearch version | Release date
| https://github.com/scaleborn/elasticsearch-linear-regression/releases/download/5.5.2.1/elasticsearch-linear-regression-5.5.2.1.zip[5.5.2.1] | 5.5.2 | Aug 30, 2017
| https://github.com/scaleborn/elasticsearch-linear-regression/releases/download/5.5.1.2/elasticsearch-linear-regression-5.5.1.2.zip[5.5.1.2] | 5.5.1 | Aug 29, 2017
| https://github.com/scaleborn/elasticsearch-linear-regression/releases/download/5.5.1.1/elasticsearch-linear-regression-5.5.1.1.zip[5.5.1.1] | 5.5.1 | Jul 27, 2017
| https://github.com/scaleborn/elasticsearch-linear-regression/releases/download/5.5.0.1/elasticsearch-linear-regression-5.5.0.1.zip[5.5.0.1] | 5.5.0 | Jul 18, 2017
Expand Down

0 comments on commit 3d24f7b

Please sign in to comment.