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