Splunk Search

Can I extract the time value selected from the timerange selection?

RecoMark0
Path Finder

Hello,
I am wondering if the timerange value a user selects for a search is able to be extracted from a field.

For instance, if I select "24 hours", is there a field with a value of "24" or even "86400000" for milliseconds value. I think sideview has a variable, but I was wondering if it is available in just a standard search in splunk.

Thank you!

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You can add this to your search:

... | addinfo

That will, amongst other things, add two fields info_min_time and info_max_time to your results giving you the beginning and end of the time range used for that search.

http://docs.splunk.com/Documentation/Splunk/6.2.1/SearchReference/addinfo

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

You can add this to your search:

... | addinfo

That will, amongst other things, add two fields info_min_time and info_max_time to your results giving you the beginning and end of the time range used for that search.

http://docs.splunk.com/Documentation/Splunk/6.2.1/SearchReference/addinfo

RecoMark0
Path Finder

Thank you! This worked perfectly! I created a new field subtracting max_time by min_time to get total seconds

0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...