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 Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...