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

WIP: Add ssl_min_version and ssl_max_version params #61

Open emiran-orange opened 5 months ago

emiran-orange commented 5 months ago

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 released.

This should close #54