Splunk Search

Adding a totals row to a table

raby1996
Path Finder

Hi all,

So I have a search that i have saved as a report that looks like this when it completes

Group           Bundle             Installs        MM     Total_Installs     Totals_MM
1                  1a                 3            50           10               80  
                   2a                 2            20      
                   3a                 5            10
____________________________________________________________________________

and i would like to have something like this

     Group           Bundle             Installs        MM     
      1                1a                  3            50                        
                       2a                  2            20      
                       3a                  5            10

     Group_1_Totals                       10            80

Is this Possible in spunk?

Thank you.

0 Karma
1 Solution

grijhwani
Motivator

Exceedingly simple:

{your search} | addcoltotals

View solution in original post

grijhwani
Motivator

Exceedingly simple:

{your search} | addcoltotals

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...