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 | When is October more than just the tenth month?

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

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...