fluent-plugin-input-gelf 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>