From 7ae918084e0a38041565d28b904515dc7695e66b Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 25 Dec 2016 19:30:15 +0100 Subject: Add example config file --- stasher.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stasher.cfg diff --git a/stasher.cfg b/stasher.cfg new file mode 100644 index 0000000..e0df958 --- /dev/null +++ b/stasher.cfg @@ -0,0 +1,19 @@ +input { + stdin {} +} + +filter { + http { + "F" => "localhost:9200" + } +} + +output { + http { + hosts => ["localhost:9200"] + } + + stdout { + codec => rubydebug + } +} -- cgit v1.2.1-18-gbd029