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

Load Balancing #55

Open hazzakins opened 1 year ago

hazzakins commented 1 year ago

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 incase of a service outage on one of the collectors.

Thanks in advance

daipom commented 1 year ago

We can use roundrobin plugin!

https://docs.fluentd.org/output/roundrobin

hazzakins commented 1 year ago

Cheers @daipom will look into this