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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...