fluent-plugin-remote_syslog
fluent-plugin-remote_syslog copied to clipboard
Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
**Version details:** - td-agent-4.3.1 - Syslog plugin gems: fluent-plugin-remote_syslog (1.0.0) remote_syslog_sender (1.2.2) syslog_protocol (0.9.2) **Background:** - Fluentd and rsyslog are deployed through helm and are running as pods in kubernetes....
Introduce `ssl_min_version` and `ssl_max_version` params. By default (both unset), the current behaviour stands ('TLSv1_2' is used as default in reproio/remote_syslog_sender). This requires https://github.com/reproio/remote_syslog_sender/pull/6 to be merged and remote_syslog_sender to be...
Hi All, I am quite new to fluentd. Currently I am using following fluentd configuration where I am redirecting my syslog messages to fluentd which is sharing the same to...
I am encountering the following problem: We are using docker swarm mit fluentd logging driver. Our logs are forwarded by remote_syslog plugin to graylog. Unfortunately, the source is always "stdout"...
Hello, We are using fluent-plugin-remote_syslog to forward session data events of a remote access tool based on an IP field to forward events to a dedicated syslog servers depending on...
Hi, Is there a way to load balance the destination Syslog servers using this plugin. Essentially I'm looking to send the output to 2 syslog collectors without duplicating the messages...
Hi, Does fluentd-plugin-remote-syslog plugin support TLS1.3 ? I see the dependency plugin "remote_syslog_sender" has a parameter [ssl_option ](https://github.com/reproio/remote_syslog_sender/blob/3804ac0b2c6b24815181956ce6ec31f0892dfede/lib/remote_syslog_sender/tcp_sender.rb#L15)which accepts TLS version(default to TLS1.2). But this parameter is not accepted in...
When using the remote syslog plugin, it injects a new timestamp, a new tag (fluentd by default) and the hostname fields. My understanding is as follows: - the `timestamp` is...
Would it be possible in theory to enable mTLS support for this plugin?
Hi I am trying to use this plugin (via the [fluentd kubernetes daemonset](https://github.com/fluent/fluentd-kubernetes-daemonset) [Debian syslog docker image](https://github.com/fluent/fluentd-kubernetes-daemonset/tree/master/docker-image/v1.12/debian-syslog), which as far as I can tell uses this plugin for output.) I...