in_udp
Input plugin enables Fluentd to accept UDP payload.net.core.rmem_max
parameter). If you have high-volume UDP traffic, please make sure to follow Before Installing Fluentd instructions.@type
udp
.tag
port
5160
)bind
source_hostname_key
client_host
field i.e.:source_address_key
message_length_limit
remove_newline
<parse>
Sectionin_tcp
uses the parser plugin to parse the payload.in_udp
:in_udp
gets lots of packets within 1 sec, some packets are dropped. For example, you can see bigger RcvbufErrors
number via netstat -su
.0x0d
) or '\n' (0x0a
), you need to tweak remove_newline
to prevent Fluentd from corrupting payloads.0x0a
) from payload. If you do not want this behaviour, please configure remove_newline
to false
.