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

support tcp protocol #10

Closed junho85 closed 1 year ago

junho85 commented 8 years ago

i'm using tcp protocol on rsyslog. it would be better to support tcp protocol.

troy commented 8 years ago

Here's more on why, for most situations, this is not a good idea (and for many, is not really possible): https://github.com/papertrail/remote_syslog_logger/pull/7#issuecomment-56122147

It depends how much queuing logic the thing that's calling remote_syslog_logger has, but it would be hard for RSL to expose non-blocking writes to that caller without queuing itself.

ptrovatelli commented 2 years ago

It seems that this issue should be closed as tcp was implemented