summaryrefslogtreecommitdiff
path: root/stasher.def.cfg
blob: 46b6da27dcccddb74b76a494109b8e356d62eff5 (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 {
  stdout {
	codec => "rubydebug"
  }

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