Splunk Search

Subtraction of the duration

splunkpoornima
Communicator

Hi

i hav the current duration of each and ever task as

time Taskname duration to complete the task

11.30 task1 1

11.32 task2 0.56

11.40 task1 1.35

11.21 task3 4

now i want to calculate the average duration of the each task ,and i have to calculate the difference between current duration and the avg duration of the corresponding task

Tags (1)
0 Karma

kristian_kolb
Ultra Champion

Assuming you have the duration in a field called 'dur'

your_search | eventstats avg(dur) AS avgdur | eval durdiff = dur - avgdur | table avg_dur durdiff

You may also want to round off the numbers by inserting an eval avgdur=round(avgdur,x) after the eventstats. x is the number of decimal figures you want.

Hope this helps,

Kristian

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...