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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...