Splunk Dev

user request in splunk servers

sravankaripe
Communicator

Hi ,

i have more that 22 SH and 18 indexers
i want to know the how may request are coming to each search head and indexer

Can someone help me with basic query for this

Tags (1)
0 Karma

woodcock
Esteemed Legend

Surely you are joking about your numbers. In any case, try this:

index=_* sourcetype=audittrail action=search
| stats count BY user host
| sort 0 - count
| stats list(*) AS * BY user
0 Karma
Get Updates on the Splunk Community!

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...