Splunk Search

How to find out why an indexer is using more license than other indexers?

kteng2024
Path Finder

how to find out why an indexer is using more license than other indexers? Because i have 5 indexers, out of which 2 indexers were using 12% whereas other 3 indexers were using 11% and license pool quota exceeded. I am trying to figure it out what's going on with these indexers and why they are using more licensing?

0 Karma

woodcock
Esteemed Legend

You could have DBConnect running on an indexer and indexing locally. If this is the case, you should move DBConnect to a Heavy Forwarder that send to the entire Indexer Tier.

0 Karma

muebel
SplunkTrust
SplunkTrust

Hi kteng2024, as somesoni2 alluded to in his comment, my first guess is that there are probably some hosts that are only sending to certain indexers. You can get a count how many incoming connections there are by indexer by doing something like:

index=_internal host=YOUR_INDEXER_NAMES group=tcpin_connections | stats dc(sourceHost) as "Connecting Clients" by host

With proper load balancing setup, over an adequately long time period ( a day?), you should see about the same number of distinct connections for each indexer. If one looks particularly off, you can get list to diff against the other indexers by doing:

index=_internal host=YOUR_INDEXER_NAMES group=tcpin_connections | stats values(sourceHost) as "Connecting Client LIst" by host

Alternatively you could have other inputs besides splunk 2 splunk (HTTP Event Collector maybe?)

Please let me know if this answers your question! 😄

0 Karma

kteng2024
Path Finder

i see that indexing rate is equal on all the indexers . But still trying to figure out what might be the reason .

0 Karma

somesoni2
Revered Legend

I would check if all forwarders are using proper load balancing across all indexers. Few good tips are discussed in following topic
https://answers.splunk.com/answers/62908/universal-forwarder-not-load-balancing-to-indexers.html

Use this link for more information on load balancing
https://docs.splunk.com/Documentation/Splunk/6.5.2/Forwarding/Setuploadbalancingd

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...