summaryrefslogtreecommitdiff
path: root/stasher.cfg
diff options
context:
space:
mode:
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"]
}
}