input { http {} } output { stdout { codec => "rubydebug" } elasticsearch { hosts => ["es01:9200"] index => "logstash-%{+YYYY-MM-dd}" } }