Splunk Search

How to narrow down data with time?

Chris231289
Loves-to-Learn Lots

Hello, 

i am looking to narrow down my search field, i only want to search for events that happen outside of  a specific time range. I want to search for events that happen outside of 0800 to 1700

Any help would be appriceated 

Kind regards 

Labels (1)
0 Karma

yeahnah
Motivator

Hi @Chris231289 

It's useful for these types of queries to understand where the events to be filtered come from and how they look.  It also may depend on where you need to filter the data, has it been transformed into a summary already.  These things can make a difference to how you would filter out events. 

If this is standard search query then by default Splunk creates a data_hour field (from the _time field) so something like this would work...

...your base query search query...
| where ((date_hour < 8 OR (date_hour >= 17))

Maybe provide a sample of you data or your current search query if this does not work for you. 
 
Hope this helps.

0 Karma

Chris231289
Loves-to-Learn Lots

thank you but when i put in | where((date_hour < 8 OR (date_hour >= 17))  i get the error Error in 'where' command: The expression is malformed. Expected ).

0 Karma

yeahnah
Motivator

Looks like i missed the closing parenthesis after the 8.  Try...
 
| where  ((date_hour < 8 ) OR (date_hour >= 17))

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...