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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...