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

Syslog output #30

Closed novitski closed 1 year ago

novitski commented 5 years ago

Hello,

How can i use this plugin as simple syslog forworder.

Exemple : if input format is syslog and i want to maitin the same message on output. The plugin add somme fileds that i dont need.

Thanks

Ps 👍 Great job

Best regards

joker1007 commented 5 years ago

input format is syslog means that message payload is already syslog protocol format doesn't it? And so you want to pass raw payload to syslog server.

Thanks! but it is difficult. fluentd is designed for structual data logging (json, msgpack, etc). And it is difficult to detect detail of inner payload format by fluentd plugin. To support this feature is too complicated for fluent-plugin-remote_syslog. Sorry.