1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
2019-11-05 02:09:26 +08:00

21 lines
238 B
Plaintext

input {
beats {
port => 5044
}
gelf {
port => 12201
}
}
output {
stdout {
codec => rubydebug {
metadata => true
}
}
elasticsearch {
hosts => [ "elasticsearch:9200" ]
ilm_enabled => false
}
}