summaryrefslogtreecommitdiff
path: root/demostdin.cfg
blob: a6cfe4561b8a1cea9a4af80cd34ab2d9994f0521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
input {
  stdin {}
}

filter {
	string {
		"A" => "test/TEST"
	} 
}

output {
  stdout {}
}