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!

Announcing Scheduled Export GA for Dashboard Studio

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

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 ...