summaryrefslogtreecommitdiff
path: root/stasher.cfg
blob: d0fe9c156c6018918dc456f4b3ac23f3f59fd790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
input {
	stdin {}
}

filter {
	http {
		"F" => "localhost:9200"
		"G" => "localhost:9201"
	} 
}

output {
  http {
	hosts => ["localhost:9200"]
  }

  stdout {
	codec => rubydebug
  }
}