Getting Data In

Disable AutoLB in Splunk UniversalForwarder

govardha
Path Finder

Hello,

I have a setup similar to the example shown in this page, we noticed that the firewalls showing systematic tcp session breakdown/rebuild.    So it looks like the the default setting of autoLBFrequency=30 is in use.

Further it looks like in the newer versions of the Splunk UF which we are on have deprecated the disabling LB functionality.

Can I set this setting to 86400 or something like that so that it doesn't break and recreate connections all the time?  Are there any pitfalls with this approach?  Are there any other hacks that will allow me to disable LB which makes no sense if a group has just 1 IDX in it?

https://docs.splunk.com/Documentation/Forwarder/8.2.3/Forwarder/Configureforwardingwithoutputs.conf

[tcpout]
defaultGroup=indexer1,indexer2

[tcpout:indexer1]
server=10.1.1.197:9997

[tcpout:indexer2]
server=10.1.1.200:9997

 

Labels (1)
0 Karma

aasabatini
Motivator

hi @govardha 

I don't understand very well your question, anyway the configuration you shared on your message is not for the load balancing but for clonining the data across the 2 indexers

to use the load balancing check this configuration

[tcpout]
defaultGroup=my_indexers

[tcpout:my_indexers]
server=10.1.1.197:9997, 10.1.1.200:9997

anyway if your want cloning the data without the load-balancing your configuration works well.

or another option you can configure cluster replication across the 2 indexers and send the data to only 1, but doesn't make sense

I hope this is useful for you

“The answer is out there, Neo, and it’s looking for you, and it will find you if you want it to.”
0 Karma

govardha
Path Finder

Hello @aasabatini 

Thank you for your response.  I just wanted to show you my configs and how the UF is behaving.  

I don't want to introduce a clustered set up, I have a distributed set up with 1 SHD + 1 IDX in 2 disparate data centers.  Our Splunk needs are quite simplistic, and this set up worked out best for my firm from a cost & maintenance perspective.

Although the UF just knows to hit the 2 IDX'ers it behaves as it is if load balancing that one indexer every 30 seconds.  

I hope that makes sense.  Looking forward to your response.

Thanks!

0 Karma
Get Updates on the Splunk Community!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[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 ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...