input { gelf { id => "gelf_docker" type => docker port => 12201 } } output { elasticsearch { index => "logs-%{+YYYY.MM.dd}" hosts => "elasticsearch:9200" user => "logstash_internal" password => "${LOGSTASH_INTERNAL_PASSWORD}" } }