I think this would work perfectly, but the system does not appear to have date_wday enabled. Using this term always provides me with " no results"
... View more
Hello, my current search is
index=winsec source=WinEventLog:Security EventCode=6272
| eval date_hour = strftime(_time, "%H")
| where date_hour >= 19 OR date_hour <=06
| timechart count(src_user)
This provides me with a graph of logins made after hours. I want to expand the acceptable items to include the entire days of saturday/sunday as well. When I attempt to add this, i get "no results" what would be the best way to include that?
... View more