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

Overwrite the some params with record #19

Closed mats16 closed 7 years ago

mats16 commented 7 years ago

Sometimes I want to overwrite the params such as "severity"

This patch makes it possible. If the record does not contain "severity" or "facility", it will works as usual

dlackty commented 7 years ago

Thanks! A new version will be release.