input { stdin {} } filter { http { "F" => "localhost:9200" "G" => "localhost:9201" } } output { stdout { codec => "rubydebug" } http { hosts => ["localhost:9200"] } }