Splunk Search

How do I get my top 10 search to return results per month for the last three months?

TCK101
New Member

Hello I have a Top 10 query and it's run using earliest of -3mon to latest @mon

So I would like to be able to return the top 10 results displayed per month

e.g.

Jan       Count    Feb       Count    Mar       Count             
item 1    xxxx     item 1    xxxx     item 1    xxxx             
item 2    xxxx     item 2    xxxx     item 2    xxxx             
item 3    xxxx     item 3    xxxx     item 3    xxxx  
Tags (3)
0 Karma

somesoni2
Revered Legend

Try like this

your base search | eval Month=strftime(_time,"%m/%Y") | top limit=10 item by Month
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...