From 32e27950115011c00b09d955e34d07d68b60bd6e Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Fri, 27 Jan 2017 20:02:42 +0100 Subject: Differentiate between modules and main modules Allow several modules within a main module. We also start parsing the output main module (which does not have an "http" module yet). --- stasher.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stasher.cfg') diff --git a/stasher.cfg b/stasher.cfg index d0fe9c1..1ad9d37 100644 --- a/stasher.cfg +++ b/stasher.cfg @@ -10,11 +10,11 @@ filter { } output { - http { - hosts => ["localhost:9200"] + stdout { + codec => "rubydebug" } stdout { - codec => rubydebug + hosts => ["localhost:9200"] } } -- cgit v1.2.1-18-gbd029