From 089a7ec78006b77bc5cfaf3bec220bfcb33ff21a Mon Sep 17 00:00:00 2001 From: feger <marc.feger@hhu.de> Date: Tue, 3 Sep 2019 19:15:53 +0200 Subject: [PATCH] Change indent for pipeline :art: --- logstash/pipeline/logstash.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/logstash/pipeline/logstash.conf b/logstash/pipeline/logstash.conf index dd0cb8c..45aeabd 100644 --- a/logstash/pipeline/logstash.conf +++ b/logstash/pipeline/logstash.conf @@ -11,15 +11,15 @@ input { } output { - stdout { - codec => rubydebug - } - elasticsearch { - index => "textversions" - document_type => "record" - hosts => "http://elasticsearch:9200" - document_id => "%{uid}" - doc_as_upsert => true - action => "update" - } + stdout { + codec => rubydebug + } + elasticsearch { + index => "textversions" + document_type => "record" + hosts => "http://elasticsearch:9200" + document_id => "%{uid}" + doc_as_upsert => true + action => "update" + } } \ No newline at end of file -- GitLab