All Apps and Add-ons

How to implement load balance in UF, HF, DS & IDX?

Jagadeesh2022
Path Finder

Hi Friends,

In our project, We have 3 regions. Each region has One HF and 30+ UF.  Same region UF's servers connected with corresponding  HF.  All the 3 region UF’s connected with DS.

Recently we faced below issue: 

One of the region HF server went down. So that region UF's data not received into Indexer.  

To overcome this issue in future how to implement load balancing in our project. I'm new to Splunk development . I want to know where to implement LB and how to implement?

Please guide me how to achieve this. Thanks in advance. 

Labels (3)
Tags (4)
0 Karma

Jagadeesh2022
Path Finder

Hi Friends,

My need is:  Whenever my configured HF went down it needs to apply failover and another HF needs to receive the data from UF's.  How to achieve this? Kindly share what I need to mention in output.cong file in UF server. 

It should not failover the HF after certain time period or some amount of data received.  It should failover only current HF went down. 

Thanks in advance for your suggestions. 

 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Splunk recommends having at least 2 intermediate forwarders for this very reason.  Load balancing is trivial in this use case and doesn't involve any network LBs.

1 - Stand up a new HF in each region

2 - On each UF, change the server= line in outputs.conf to add the new HF's name/address.

[tcpout:my_IFs]
server = HF_one:9997, HF_two:9997

3 - Restart the UFs

The UFs will automatically cycle through all of the addresses on the server= line.

---
If this reply helps you, Karma would be appreciated.

Jagadeesh2022
Path Finder

Hi @richgalloway 

Thanks for your suggestion. 

I want to understand clearly  like if we mention 2 different HF names in each UF server. 

Which situation UF will send data to which HF? Example. I have configured HF1 & HF2 in all UF.

If  HF1 went down then it route to HF2 to send data or both HF's active, UF will send data first 1 hour to HF1 then it will send to HF2.  How it will work? 

Thanks in advance for your response. 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

The UFs will send to HF1 for 30 seconds and then to HF2 for 30 seconds, then back to HF1 and so on.  The interval is set by autoLBFrequency in outputs.conf.  Of course, if one HF is down, the UF will continue to use the one that is available.

---
If this reply helps you, Karma would be appreciated.

Jagadeesh2022
Path Finder

Hi @richgalloway 

My need is:  Whenever my configured HF1 went down it needs to apply failover and another HF2 needs to receive the data from UF's.  How to achieve this? Kindly share what I need to mention in output.cong file in UF server. 

It should not failover the HF after certain time period or some amount of data received.  It should failover only current HF1 went down. 

Thanks in advance for your suggestions.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I'm not sure that can be done.  Splunk auto-load balances by default.  There are options that govern how the load balancing behaves, but none that disable it or turn it into a failover-only feature.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...