Deployment Architecture

Splunk Universal forwarders high availability deployment

anshubathla
New Member

We have two physical servers running in our environment with VM. Now we are planning to deploy universal forwarder one on each server. What are the ways to deploy these forwarders in a redundant fashion, so in case one fails other forwarder will take its role and start forwarding logs to Splunk cloud.
Thanks.

Tags (1)
0 Karma

solarboyz1
Builder

IF the Universal Forwarders (UF) are being used to monitor local logs on the server and send them to the splunk indexers.

  1. Configure your outputs.conf to send the data in a load-balance manner across the indexers. If an indexer goes down, the UF will continue sending to the online indexers.
  2. Configure acknowledgement on the indexers, the forwarder will keep track of the event until the indexer acknowledges indexing the event. If a server crashes before writing and event to disk, the forwarder will re-send the event.

The UF itself monitors file read position and should be configure to restart on reboot.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

There is no redundancy for universal forwarders. Just use your favorite tool to ensure the process is restarted if it fails. When it restarts it will continue forwarding where it left off.

---
If this reply helps you, Karma would be appreciated.
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!

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...

Splunk Developers: Construct Your Future at the .conf26 Builder Bar

Calling all Splunk architects, platform admins, and app developers: the site is open, and the blueprints are ...

Quick connection discovery mode for forwarders

When a Splunk forwarder loses connectivity to its indexers, it does not always reconnect immediately. In many ...