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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...