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