From 56bcc5050a046df52f9ee2ebde3d5d6d09701641 Mon Sep 17 00:00:00 2001 From: mbok Date: Wed, 12 Jul 2017 23:32:27 +0200 Subject: [PATCH] Documentation --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 2848f13..edc95a1 100644 --- a/README.adoc +++ b/README.adoc @@ -176,7 +176,7 @@ To import the data into Elasticsearch we use logstash and this pipeline config https://github.com/scaleborn/elasticsearch-linear-regression/tree/master/examples/houseprices/house-prices-import.conf[house-prices-import.conf]: [source,js] -------------------------------------------------- -./bin/logstash -f house-prices.conf +./bin/logstash -f house-prices-import.conf -------------------------------------------------- The index data will have this form: [source,js]