Splunk Search

Search field value in interval

light_of_sirius
Explorer

Hello,

i am trying to search for field values in intervall (79,90).

Both versions do not work properly as i know what to expect.

 

v1

 

index=XXX  earliest="08/03/2020:15:00:00" latest="08/03/2020:16:30:00" TEMP<90 TEMP>79 
| stats count as Counter  

 

 v2

 

index=XXX  earliest="08/03/2020:15:00:00" latest="08/03/2020:16:30:00" TEMP<90 AND TEMP>79 
| stats count as Counter   

 

Labels (2)
0 Karma
1 Solution

thambisetty
SplunkTrust
SplunkTrust

is TEMP field ?

I have tried below and working fine.

index=_internal earliest="09/14/2020:11:00:00" latest="09/14/2020:13:00:00" date_hour>11 date_hour<13
————————————
If this helps, give a like below.

View solution in original post

thambisetty
SplunkTrust
SplunkTrust

is TEMP field ?

I have tried below and working fine.

index=_internal earliest="09/14/2020:11:00:00" latest="09/14/2020:13:00:00" date_hour>11 date_hour<13
————————————
If this helps, give a like below.

light_of_sirius
Explorer

Yeah it works fine. Turns out what i expected to expect was not what i should have expected 🙂 Sry

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Your date time format seems a little different, usually there is a space between the date and the time not a colon. Do you have some sample data events you could share?

thambisetty
SplunkTrust
SplunkTrust

@ITWhisperer 

earliest and latest time format will have column in between date & time.

————————————
If this helps, give a like below.

ITWhisperer
SplunkTrust
SplunkTrust

Yes I just checked _internal - still would be useful to have some sample data though

0 Karma
Get Updates on the Splunk Community!

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...