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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...