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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...