diff options
-rw-r--r-- | stasher.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
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 + } +} |