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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...