Splunk Search

Is it possible to retrieve the timerange (earliest and latest) in a search to use as a value for eval later?

Olli1919
Path Finder

Hi fellow splunkies,

Do you know if it is possible to retrieve the timerange from the search (earliest and latest) to reuse them as fields in the search later?

I.e. like time() or now():

| inputlookup my_static_list| eval mysearch_starttime=earliest() | search my_static_list_timestampstart>mysearch_starttime

The reason behind this: I am feeding a static list which also contains a timeframe for each entry. The entry is only valid for this timeframe. The static list inputlookup is used in a subsearch to filter the outer search. So depending on when the outer search (which is scheduled) runs, only a subset of the inputlookup should be pulled. Basically a check is needed, if the two sliding timeframes (of inputlookup entries and outer search timeframe) overlap.

Thanks for you help.

0 Karma
1 Solution

kurdbahr
Path Finder

Did you check the addinfo command?

View solution in original post

kurdbahr
Path Finder

Did you check the addinfo command?

Olli1919
Path Finder

Bombastic. That is the one. Thank you very much.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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