Splunk Search

Perform an operation on values in the column of a lookup table that share the same row values

matthewob5
Engager

I have a lookup table that looks like this (:

Column 1Column 2Column 3Column 4
Value 1--15
Value 1--60
Value 2--75
Value 2--N/A
Value 2--5

 

I want to calculate the average for all of the values in Column 4 (that aren't N/A) that have the same value in Column 1. Then I want to output that as a table:

Column 1Column 2
Value 137.5
Value 240
Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The stats command can do that, although I'm not sure how it will handle "N/A".

| stats avg('Column 4') as "Column 2" by 'Column 1'

 

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...