summaryrefslogtreecommitdiff
path: root/stasher.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.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.cfg')
-rw-r--r--stasher.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/stasher.cfg b/stasher.cfg
deleted file mode 100644
index 46b6da2..0000000
--- a/stasher.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-input {
- stdin {}
-}
-
-filter {
- http {
- "F" => "localhost:9200"
- "G" => "localhost:9201"
- }
-}
-
-output {
- stdout {
- codec => "rubydebug"
- }
-
- http {
- hosts => ["localhost:9200"]
- }
-}