fluent-plugins-nursery / fluent-plugin-remote_syslog

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
https://github.com/dlackty/fluent-plugin-remote_syslog
MIT License
68 stars 53 forks source link

Long messages are truncated on UDP #40

Closed bivas6 closed 1 year ago

bivas6 commented 4 years ago

Hi,

I'm using the plugin for sending to remote syslog over UDP.

Long messages (beyond ~950 chars) are truncated.

Is it possible to split long messages when the transport is UDP?

SuvratAgrawal commented 3 years ago

I am also facing the same issue.

daipom commented 1 year ago

Sorry for not responding for so long.

In #46, we can also use packet_size for UDP.

However, please note that the length should be 1024 bytes or less in RFC3164.