Splunk Enterprise

Windows event log by days

sekii
New Member

Hi,
I want to view windows event log by days - how many event happend in each day. Try to use this search:
source="WinEventLog:Application" | stats count by _time
- but display all events and not group by day.

Tell me please, what i need to change?

Thanks.

Tags (1)
0 Karma
1 Solution

harsmarvania57
Ultra Champion

Hi @sekil,

Please try

source="WinEventLog:Application"| bucket _time span=1d | stats count by _time

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try source="WinEventLog:Application" | bucket span=1d _time | stats count by _time

---
If this reply helps you, Karma would be appreciated.
0 Karma

harsmarvania57
Ultra Champion

Hi @sekil,

Please try

source="WinEventLog:Application"| bucket _time span=1d | stats count by _time
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 ...