A GELF compatible input for Fluentd.
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>
A GELF compatible input for Fluentd.
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>