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!

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 ...