fluent-plugin-remote_syslog
fluent-plugin-remote_syslog copied to clipboard
Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
Hello, We're using fluentd td-agent to get logs from linux servers (/var/log/secure) and send them to a remote destination using https://github.com/reproio/remote_syslog_sender and https://github.com/eric/syslog_protocol We would like to keep the original...
My log collection system like this: fluent => haproxy ==> rsyslog In my case, haproxy will close the idle connection , 5 minutes after the last message . haproxy send...
I am trying to use this plugin but need the timestamp in another format (EST instead of UTC). Output shows this: Jun 10 20:49:45 fluentd-f5ggn fluentd: log details... The timestamp...
It'd be great if we supported to sent to a IPv6 remote syslog
Hi, We use fluent-plugin-remote-syslog to send logs from fluentd to syslog server. Fluentd-package : v 5.0.5-1 fluent-plugin-remote_syslog : v1.1.0 We have observed that server_name extension (SNI) is missing in the...
We are exploring the use of Fluentd with the Syslog plugin, and our requirement is to forward logs in RFC 5424 format. However, while reviewing the Fluentd documentation, we could...