summaryrefslogtreecommitdiff
path: root/stasher.cfg
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2017-01-29 20:14:29 +0100
committerSilvan Jegen <s.jegen@gmail.com>2017-01-29 20:15:24 +0100
commit30716efc96229240cdc1af40ce52d61b0658277b (patch)
tree589f1b851d9e152483e2e94255b5e9e3b4be72de /stasher.cfg
parent32e27950115011c00b09d955e34d07d68b60bd6e (diff)
Add http output module skeleton
Diffstat (limited to 'stasher.cfg')
-rw-r--r--stasher.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/stasher.cfg b/stasher.cfg
index 1ad9d37..46b6da2 100644
--- a/stasher.cfg
+++ b/stasher.cfg
@@ -14,7 +14,7 @@ output {
codec => "rubydebug"
}
- stdout {
+ http {
hosts => ["localhost:9200"]
}
}