Splunk Search

find host reporting to various indexers.

sanju005ind
Communicator

I have hosts/forwarders reporting to multiple indexers using load balancing.I have 3 in Americas,2 in Aspac.

I am able to get the output using the query index="_internal" source="*metrics.log" per_host_thruput | chart sum(kb) by series, splunk_server.

I want to get the output with the following columns host,TotalVolume,Indexer/s

Could you please help.

Tags (1)
0 Karma
1 Solution

Stephen_Sorkin
Splunk Employee
Splunk Employee

You should be able to search:

index=_internal source=*.metrics.log group=per_host_thruput | stats sum(kb) as TotalVolume values(splunk_server) as "Indexer/s" by series | rename series as host

View solution in original post

Stephen_Sorkin
Splunk Employee
Splunk Employee

You should be able to search:

index=_internal source=*.metrics.log group=per_host_thruput | stats sum(kb) as TotalVolume values(splunk_server) as "Indexer/s" by series | rename series as host

sanju005ind
Communicator

Thanks a lot Stephen.

0 Karma

Simeon
Splunk Employee
Splunk Employee

What do you mean by host? Do you mean forwarder?

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...