fluent-plugin-input-gelf Needed to fix miliseconds in order to get this outdated plugin to work: https://github.com/fotografde/fluent-plugin-input-gelf/commit/ad76e2a98832265aa59192329ec223f1f2f29abc Overview A GELF compatible input for Fluentd. Configuration Accept GELF encoded messages over UDP <source> type gelf tag example.gelf bind 127.0.0.1 port 12201 </source> <match example.gelf> type stdout </match>