Splunk Search

Average of multiple fields

msarro
Builder

I have three columns each containing a number. I want to have the average for each rows set of numbers. Is there a way to do this with the avg command?

i would like to be able to do something like the following

avg(AS_KPI_SCORE_AVG, PSBC_KPI_SCORE_AVG, PCSCF_KPI_SCORE_AVG)

Tags (2)

David
Splunk Employee
Splunk Employee

I know stats is usually used vertically (one field, summing that way). There may be another method that would work, but you can certainly do it with eval:

YourSearch | eval Average = (AS_KPI_SCORE_AVG + PSBC_KPI_SCORE_AVG + PCSCF_KPI_SCORE_AVG) / 3
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...