From 3722fb0eb98a7f0be9034894730092c63c5e1d6d Mon Sep 17 00:00:00 2001 From: mbok Date: Wed, 12 Jul 2017 23:34:51 +0200 Subject: [PATCH] Documentation --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index edc95a1..65393cf 100644 --- a/README.adoc +++ b/README.adoc @@ -174,10 +174,10 @@ In this example we use test data from: http://wiki.csc.calpoly.edu/datasets/atta 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-import.conf --------------------------------------------------- +.... + The index data will have this form: [source,js] --------------------------------------------------