Splunk Search

Does timechart span have an effect on computation of avg(duration)?

NK_1
Path Finder

Using Splunk 4.1.7


[searchstring...] earliest=09/23/2012:09:00:00 latest=09/23/2012:10:00:00 AccountID | transaction AccountID startsWith="Transaction Begin" endswith="Transaction End" keepevicted=false | timechart avg(duration) span=10m

As I increase the value for span, the avg(duration) seems to increase.

Is this the way it is supposed to work?

0 Karma
1 Solution

Ayn
Legend

If you increase the span and that has the effect that events with higher values for duration are then included in the span, then yes. Other than that, the span parameter has no effect in itself on whether the average goes up or down - the average is calculated simply in the classic way of taking the sum of all duration values in the events in a timespan and dividing that sum by the number of events in the timespan.

View solution in original post

Ayn
Legend

If you increase the span and that has the effect that events with higher values for duration are then included in the span, then yes. Other than that, the span parameter has no effect in itself on whether the average goes up or down - the average is calculated simply in the classic way of taking the sum of all duration values in the events in a timespan and dividing that sum by the number of events in the timespan.

NK_1
Path Finder

I looked closer at my raw logs, and noticed transactions that appear to span multiple hours that got included as I increased the span=, that was causing this behavior. Thanks!

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...