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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...