Splunk Search

How do I search for a list of the most searched indexes and the count for each?

rameshlpatel
Communicator

Hi,

I am looking for a list of the most searched indexes and the count for each. Is it possible to get that in Splunk?

Can someone please share a search for that?

Tags (3)
0 Karma
1 Solution

somesoni2
Revered Legend

Something like this can get you started

index=_audit action=*search*  search_id=* | table _time search  splunk_server | rex field=search "index\s*=\s*(?<IndexName>\w+)" | stats count by IndexName splunk_server

View solution in original post

somesoni2
Revered Legend

Something like this can get you started

index=_audit action=*search*  search_id=* | table _time search  splunk_server | rex field=search "index\s*=\s*(?<IndexName>\w+)" | stats count by IndexName splunk_server

ppablo
Retired

Hi @rameshlpatel

Can you clarify if you're looking for a list of the most searched indexers or most searched indexes? You put "indexes list" in your title but "indexer list" in your content.

0 Karma

rameshlpatel
Communicator

My Bad. most searched indexes .

0 Karma

ppablo
Retired

No problem, thanks for clarifying!

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...