1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02: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]}"
}
}