Splunk Search

How to calculate autoLB time interval?

kteng2024
Path Finder

Can i please know how to calculate the autoLB time interval as i am planning to change the default value. For example, a Universal Forwarder (UF) sends 15GB of data, so how much autoLB time interval should be?

0 Karma
1 Solution

gjanders
SplunkTrust
SplunkTrust

This query might assist in providing a view of the distribution of events between your indexers:

| tstats summariesonly=t count WHERE index="*" by splunk_server _time | timechart span=10m sum(count) by splunk_server

I currently have the autoLBFrequency set to 12 seconds over 5 indexers it is evenly split over a minute. If you visualize the above as an area chart and make it stacked 100% you can see how even the load of data is over your indexers...

However the numbers will vary depending on your indexer/forwarder numbers. Furthermore this presentation on Splunk Worst Practices and How of Fix Them provides some potential options as well.

View solution in original post

0 Karma

gjanders
SplunkTrust
SplunkTrust

This query might assist in providing a view of the distribution of events between your indexers:

| tstats summariesonly=t count WHERE index="*" by splunk_server _time | timechart span=10m sum(count) by splunk_server

I currently have the autoLBFrequency set to 12 seconds over 5 indexers it is evenly split over a minute. If you visualize the above as an area chart and make it stacked 100% you can see how even the load of data is over your indexers...

However the numbers will vary depending on your indexer/forwarder numbers. Furthermore this presentation on Splunk Worst Practices and How of Fix Them provides some potential options as well.

0 Karma

woodcock
Esteemed Legend

What problem are you trying to solve? What is it that would motivate you to change the default? I have never considered changing the default and don't really see any reason that anybody would.

0 Karma

esix_splunk
Splunk Employee
Splunk Employee

This depends on how many indexers you have and the currently load on the indexers. Is there a reason you are changing the default? 30seconds typically is sufficient for most small deployments.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...