input { http { prefix => "hello" port => "8080" } } filter { string { "A" => "test/TEST" } } output { stdout {} }