Splunk Search

How to compute the duration based on Time picker

Noob_splunker
Explorer

Basically, I want to get duration based on the time picker.

Example, If i select Year to Date in the time picker, i want to know how many minutes are there in Year to Date and assign it as a new field, let say UptimeDuration.

 

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Assuming you want this in your results

| addinfo
| eval duration=now()-info_min_time

info_min_time is the earliest time boundary for the search

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Assuming you want this in your results

| addinfo
| eval duration=now()-info_min_time

info_min_time is the earliest time boundary for the search

Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...