From 3d24f7bb6cffa47ece4d1151756b8bb2f822c6aa Mon Sep 17 00:00:00 2001 From: mbok Date: Tue, 29 Aug 2017 23:30:03 +0200 Subject: [PATCH] Compatibility work for ES 5.5.2 --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0e149f8..c713a9f 100644 --- a/README.adoc +++ b/README.adoc @@ -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. @@ -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