Splunk Search

How do you get the sum of columns by system?

UMDTERPS
Communicator

I am trying to figure out how to get the sum of systems_score column by systems. The data model is below:

systems               systems_score

System A                     20
System A                     10
System A                     0
System B                    20
System B                    20
System B                    20
System C                    10
System C                    15
System C                     0

How do I return the sum for each Systems - like below?

systems              systems_score_total

System A                          30
System B                          60
System C                          25
0 Karma
1 Solution

vnravikumar
Champion

Hi @UMDTERPS

Try

|stats sum(systems_score) as systems_score_total by systems

View solution in original post

0 Karma

vnravikumar
Champion

Hi @UMDTERPS

Try

|stats sum(systems_score) as systems_score_total by systems
0 Karma

UMDTERPS
Communicator

Hey vnravikumar!

I tried your SPL and I got the following:

systems              systems_score_total

 System A                          
 System B                          
 System C                          

The systems_score total shows up blank. =(

0 Karma

UMDTERPS
Communicator

Hi Vnravikumar,

I had a mistype in the search bar, your solution works.

Thank you!

0 Karma

vnravikumar
Champion

Welcome 🙂

0 Karma
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 ...