Splunk Search

total average number rather than average by field

andrwbn
Engager

I have the query set up to find the average duration per country. How would I get the query to find the total average duration of all the countries together?

0 Karma
1 Solution

hunters_splunk
Splunk Employee
Splunk Employee

Hi andrwbn,

Either one of the following can help you get the total average duration of all countries:

  • Remove "by country" in our query
    Change:

    ... | stats avg(duration) by country

    To:

    ... | stats avg(duration)

  • Use the addcoltotals command to view both by-country averages and total averages at the same time

    ... | stats avg(duration) by country | addcoltotals
    Hope this helps. Thanks!
    Hunter

View solution in original post

0 Karma

hunters_splunk
Splunk Employee
Splunk Employee

Hi andrwbn,

Either one of the following can help you get the total average duration of all countries:

  • Remove "by country" in our query
    Change:

    ... | stats avg(duration) by country

    To:

    ... | stats avg(duration)

  • Use the addcoltotals command to view both by-country averages and total averages at the same time

    ... | stats avg(duration) by country | addcoltotals
    Hope this helps. Thanks!
    Hunter

0 Karma

rjthibod
Champion

The community can best help you if you share the query or at least part of it. Please copy and paste what you can from the actual query.

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Without seeing your query, this is hard to say. But I'm betting you're using the BY clause to sort the average by country. Remove the BY COUNTRY to get the total average

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...