Security

Can anyone please help with constructing a search for notable events that came in outside of core hours?

LionWolf
Explorer
 
Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

This query looks for notable events that did not come between 0800 and 1800.  Modify it as necessary for your core hours.

index=notable
| where NOT (_time >= relative_time(_time, "@d+8h") AND _time <= relative_time(_time, "@d+18h"))
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

This query looks for notable events that did not come between 0800 and 1800.  Modify it as necessary for your core hours.

index=notable
| where NOT (_time >= relative_time(_time, "@d+8h") AND _time <= relative_time(_time, "@d+18h"))
---
If this reply helps you, Karma would be appreciated.

LionWolf
Explorer

This worked! Thank you so much! You taught me so much with this query!

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...