udp
Last updated
Was this helpful?
Last updated
Was this helpful?
The in_udp
Input plugin enables Fluentd to accept UDP payload.
in_udp
is included in Fluentd's core. No additional installation process is required.
The value must be udp
.
tag of output events.
The port to listen to. Default Value = 5160
The bind address to listen to. Default Value = 0.0.0.0
The field name of the client's hostname. If set the value, the client's hostname will be set to its key. The default is nil (no adding hostname).
If you set following configuration:
then the client's hostname is set to client_host
field.
The log_level
option allows the user to set different levels of logging for each plugin. The supported log levels are: fatal
, error
, warn
, info
, debug
, and trace
.
If in_udp gots lots of packets within 1 sec, some packets are dropped. For example, you can see bigger RcvbufErrors number via netstat -su
.
Please see the article for the basic structure and syntax of the configuration file.
We've observed the drastic performance improvements on Linux, with proper kernel parameter settings (e.g. `net.core.rmem_max` parameter). If you have high-volume UDP traffic, please make sure to follow the instruction described at .
The format of the UDP payload. in_udp
uses parser plugin to parse the payload. See for more detail.
Please see the for further details.
This means in_udp with one process can't handle such traffic. Try to resolve the problem. See for more detail.
If this article is incorrect or outdated, or omits critical information, please . is a open source project under . All components are available under the Apache 2 License.