summaryrefslogtreecommitdiff
path: root/stasher.cfg
blob: 1ad9d378b99ae337454acab1ce6fe1af19b75659 (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"
  }

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