Reporting

Find event every days betwen 10:50 PM and 01:30 AM

yoan
Explorer

Hello, I didn't find the correct way to search specific events between specific hours.

I want to find since the last 7 day between 10:50 PM and 01:30 AM


Thank's

0 Karma
1 Solution

rnowitzki
Builder

Hi @yoan ,

Maybe there is a more direct approach, but this should work.

| where date_hour=22 OR date_hour=23 OR date_hour=0 OR date_hour=1 
| where NOT (date_hour=22 and date_minute<50) 
|  where NOT (date_hour=1 and date_minute>30)

 
BR

Ralph

--
Karma and/or Solution tagging appreciated.

View solution in original post

yoan
Explorer

Thank's it's work

0 Karma

rnowitzki
Builder

Hi @yoan ,

Maybe there is a more direct approach, but this should work.

| where date_hour=22 OR date_hour=23 OR date_hour=0 OR date_hour=1 
| where NOT (date_hour=22 and date_minute<50) 
|  where NOT (date_hour=1 and date_minute>30)

 
BR

Ralph

--
Karma and/or Solution tagging appreciated.
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...