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!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...