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>
GitHub - MerlinDMC/fluent-plugin-input-gelf: A GELF input for Fluentd
{{ message }}
MerlinDMC / fluent-plugin-input-gelf Public
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
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 input for Fluentd