summaryrefslogtreecommitdiff
path: root/stasher.def.cfg
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2017-02-15 12:42:12 +0100
committerSilvan Jegen <s.jegen@gmail.com>2017-02-15 12:42:12 +0100
commitaab7d33eba775fc497e651d8bfb1537980b5d91e (patch)
tree85fabfb9d0620c78212f9a7b5e4a351387db5631 /stasher.def.cfg
parentde65f7ec41ed0bfc31e0cc7a87bb04a70dc72a07 (diff)
Change file name
We just copy the config skeleton from the .def.cfg file to a file called stasher.cfg.
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"]
+ }
+}