1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/elk/conf/30-output.conf
2016-10-29 15:20:25 +08:00

10 lines
209 B
Plaintext

output {
elasticsearch {
hosts => ["elasticsearch"]
sniffing => true
manage_template => false
index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
document_type => "%{[@metadata][type]}"
}
}