input { http { host => "0.0.0.0" port => 5068 type => "http-input" } } filter{ } output { elasticsearch { hosts => ["127.0.0.1:9200"] index => "test-by-gfs-%{+YYYY.MM.dd}" #document_type => "beat-test-log" } }