input { beats { port => 5044 } } filter {} output { file { path => "/tmp/filebeat_collection.json" codec => json id => "id_filebeat" create_if_deleted => true write_behavior => "append" } stdout{} }