Deployment Architecture

AutoLB Volume

asabatini85
Path Finder

Hi All,

I have 60 indexers and 40 forwarders, I want to set the AutoLB volume, do you know a metric search to calculate a correct value to balance the data load between the indexers?

Tags (1)
0 Karma
1 Solution

p_gurav
Champion

You can use autoLBVolume parameter in outputs.conf. Refer below document for more details:

https://docs.splunk.com/Documentation/Splunk/7.0.3/Admin/Outputsconf

View solution in original post

0 Karma

p_gurav
Champion

You can use autoLBVolume parameter in outputs.conf. Refer below document for more details:

https://docs.splunk.com/Documentation/Splunk/7.0.3/Admin/Outputsconf

0 Karma

asabatini85
Path Finder

Yes, I know the autoLBVolume parameter, I want to know if exist a metric search to calculate how much volume my architecture hold.

0 Karma

p_gurav
Champion

Try using below search:

index="_internal" source="*metrics.log" group="per_host_thruput" | chart sum(kb) by series | sort - sum(kb)

If you want license usage:

 index=_internal source="*license_usage.log" type=usage type=Usage idx=* pool="Your Pool Name" earliest=-30d@d latest=@d
 | eval GB = b
 | timechart limit=50 partial=false span=1d sum(eval(GB/1024/1024/1024)) by idx
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...