Splunk Search

How do I count events year wise?

maheshsat
Explorer

I have a period field which is showing a monthly count.

I am using | stats count by Period

But, I am getting a count by every month. I need total count of events per year

Tags (2)
0 Karma

akshaykaul
Explorer

You could extract year from your period field.. Not sure what's the formal of period value but you can simply use combination of substr and mvindex to do this. Then can do |stats count by . Depending on use case you could also use the inbuilt interesting field called date_year to do the count.
Hope this helps

Cheers

0 Karma

tom_frotscher
Builder

Hi,

there is a field called date_year automatically extracted by splunk if your sourceype is configured correctly. You can use this field with stats. In your case | stats count by date_year

Greetings,

Tom

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...