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