Reporting

Convert Avg_Session_Time from seconds to mm:ss

Vfinney
Observer

I need assistance with converting the Avg_Session_Time from seconds to minutes and seconds.

Here is my current search

index=kdol_7 sourcetype=ms:iis:auto dest_ip=10.140.14.228
| transaction CF_Connecting_IP
| stats avg(duration) AS Avg_Session_Time

The column labeled current is the current result.  The column labeled desired is what I need assistance with.  Thanks in advance.   

CurrentDesired
Avg_Session_TimeAvg_Session_Time
1045.279836591771317:41
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The easiest way to do that is with the tostring() function.

| eval Avg_Session_Time=tostring(Avg_Session_Time, "duration")

 

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Announcing the Expansion of the Splunk Academic Alliance Program

The Splunk Community is more than just an online forum — it’s a network of passionate users, administrators, ...

Learn Splunk Insider Insights, Do More With Gen AI, & Find 20+ New Use Cases You Can ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Buttercup Games: Further Dashboarding Techniques (Part 7)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...