input { pipeline { address => open_dmp_send_to_elastic } } output { elasticsearch { hosts => "elasticsearch:9200" index => "opendmp.logs" user => elastic password => "" } }