1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-28 05:36:33 +02:00

21 lines
238 B
Plaintext
Raw Normal View History

2018-01-06 21:38:57 +08:00
input {
beats {
port => 5044
}
2018-01-25 16:01:00 +08:00
gelf {
port => 12201
}
2018-01-06 21:38:57 +08:00
}
output {
stdout {
2019-11-05 02:09:26 +08:00
codec => rubydebug {
metadata => true
}
2018-01-06 21:38:57 +08:00
}
elasticsearch {
hosts => [ "elasticsearch:9200" ]
2019-11-05 02:09:26 +08:00
ilm_enabled => false
2018-01-06 21:38:57 +08:00
}
}