Splunk Dev

Forwarder High Availability solution

xshen_anji
New Member

We have a Forwarder deloyed to accept syslog and SNMP traffic and forward them to multiple indexers. If the forwarder is just one a machine, the unexpected shutdown of the machine will break the data transfer. We would like to have a HA solution on the forwarder to make sure the service uninterruptable. The forwarder now is running CentOS 7. We searched for several HA open source solutions, like pcs, Linux-HA, but not sure which one is reliable, could anybody give some suggestions?

Tags (1)
0 Karma

nickhills
Ultra Champion

The challenge is that by default both syslog and SNMP do not inherently lend themselves to HA solutions.

Both 'tend' to use UDP as the transport and this makes reliable (guaranteed) transmission and receipt difficult to evidence.
Some vendors allow you to select TCP as a transport protocol, and configure multiple destinations. For these products the sending device may retry to send event data if the original transmission is not acknowledged, but delivery is still not guaranteed.

The solutions available to you are therefore:

a.) Build an HA(ish) syslog-ng/snmpd host and couple this with network load balancers and some tight monitoring.
Then use a UF to collect the snmpd/syslog events centrally and send for indexing.

b.) Where your endpoints are servers/anything other than network devices/legacy endpoints that only support syslog, migrate away from using syslog/snmp to a Splunk UF on each endpoint with local log monitoring and metric collection with something like collectd

If my comment helps, please give it a thumbs up!
0 Karma

lakshman239
Influencer

One option would be to have another forwarder ( with syslog-ng or rsyslog for receiving data) and front-ended with a load balancer. So, the data from your devices will hit the load balancer and then send them via round robin to both forwarders. So, in the event of upgrade/availability, there is atleast one forwarder avaiable.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Casting Call: Compete in Cyber Games

Lights, Camera, SecOps: Apply to Compete in Cyber Games     Think you have what it takes to beat the clock? ...

Data Management Digest – June 2026

Welcome to the June 2026 edition of Data Management Digest! This month’s update is short and sweet, with a ...

Think Like an Architect: Introducing the Splunk Certified Cybersecurity Defense ...

In cybersecurity, defenders respond to threats. Architects design the systems that stop them.    As ...