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!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...