Splunk Search

How can you pass the values of earliest and latest?

sgrey007
New Member

I have a text date stamp called ACK_Time that I need to validate is between earliest=-1d@d AND latest=-0d@d. I can
... earliest=-1d@d AND latest=-0d@d | convert timeformat "%m/%d/%y %H:%M:%S" mktime(ACK_Time as ack_time| ..

but now I need to recall the values of earliest and latest as epoch so I can:

...| where ealiest<= ack_time AND ack_time<=latest|....

Is there a way to pass the values captured in earliest and latest so they can be reused in a where clause?

0 Karma

sgrey007
New Member

Thanks, that is exactly what I needed!

0 Karma

somesoni2
SplunkTrust
SplunkTrust

Implementation of solution by @gkanapathy,

earliest=-1d@d AND latest=-0d@d |  addinfo  | convert timeformat "%m/%d/%y %H:%M:%S" mktime(ACK_Time) as ack_time|  where earliest<= info_max_time AND ack_time>=info_min_time |...

somesoni2
SplunkTrust
SplunkTrust

Thanks @gfuente for pointing out correction. Updated my answer.

0 Karma

gfuente
Motivator

There is one parentheses missing and a typo in the where "earliest"

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

You can add this information via new fields using the addinfo search command.

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...