Splunk Search

Calculate duration between end of search time range and _time of record

richardAtOmni
Path Finder

Hello,

I would like to be able to calculate the time difference between the last time parameter of the time range of the search and the _time value of the record.

If the query is run from the current time, I would do something like this:

eval runtime_raw=(now()-_time)

But if the search time range end time is not now(), I want to replace now() in the above expression with something representing the end of the search time range. Does such a function exist? Or is there a way to calculate this?

Thanks for your help,

Richard

0 Karma

somesoni2
Revered Legend

You need to use addinfo command like this

your base search 
| addinfo 
| eval runtime_latest=info_max_time-_time | fields - info_*

https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/SearchReference/Addinfo

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