summaryrefslogtreecommitdiff
path: root/stasher.def.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'stasher.def.cfg')
-rw-r--r--stasher.def.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/stasher.def.cfg b/stasher.def.cfg
new file mode 100644
index 0000000..46b6da2
--- /dev/null
+++ b/stasher.def.cfg
@@ -0,0 +1,20 @@
+input {
+ stdin {}
+}
+
+filter {
+ http {
+ "F" => "localhost:9200"
+ "G" => "localhost:9201"
+ }
+}
+
+output {
+ stdout {
+ codec => "rubydebug"
+ }
+
+ http {
+ hosts => ["localhost:9200"]
+ }
+}