Splunk Enterprise

Splunk Deployment Servers Clustering

msmadhu
Path Finder

Hi

Please assist how to build Splunk deployment servers clustering with minimum requirement. 

Labels (1)
Tags (1)
0 Karma

livehybrid
SplunkTrust
SplunkTrust

Hi @msmadhu,

Splunk does not offer native clustering for Deployment Servers (DS) in the same way it does for indexers or search heads. High availability (HA) for the DS is typically achieved using external components (Typically a load balancer).

The common approach involves:

  1. Setting up two (or more) independent Deployment Server instances.
  2. Using a network load balancer (LB) in front of these instances.
  3. Configuring deployment clients (Universal Forwarders) to point to the virtual IP (VIP) or hostname of the load balancer.
  4. Keeping the configuration ($SPLUNK_HOME/etc/deployment-apps/) synchronized between the DS instances. This can be done manually, via scripting, or using shared storage (e.g., NFS), though shared storage requires careful implementation.

This architecture relies on external systems (load balancer, potentially shared storage or sync scripts) and requires careful management to ensure configurations are consistent across DS instances.

You can find guidance on HA strategies in the Splunk Enterprise Admin Manual: Protect against loss of the deployment server

 

🌟 Did this answer help you? If so, please consider:

  • Adding kudos to show it was useful
  • Marking it as the solution if it resolved your issue
  • Commenting if you need any clarification

Your feedback encourages the volunteers in this community to continue contributing

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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...