summaryrefslogtreecommitdiff
path: root/stasher.cfg
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2017-01-27 20:02:42 +0100
committerSilvan Jegen <s.jegen@gmail.com>2017-01-27 20:04:05 +0100
commit32e27950115011c00b09d955e34d07d68b60bd6e (patch)
tree4a3d09c888a42ea412fc26ab1274ace2fafe6d0e /stasher.cfg
parent3a586419584a1fbfd9052b5bf43dcfcd657e9cb5 (diff)
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).
Diffstat (limited to 'stasher.cfg')
-rw-r--r--stasher.cfg6
1 files changed, 3 insertions, 3 deletions
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"]
}
}