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
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...