Splunk Search

Ignore a row to calculate Summary total in Table?

ansif
Motivator

Data is like below:

alt text

Is there any way to enable Total Summary but ignore "%" row to calculate Total?

Tags (1)
0 Karma

macadminrohit
Contributor

What is the criteria of ignoring the row from calculating the total ? when you say to ignore % row, do you mean to exclude the nth row from the calculation ?

0 Karma

macadminrohit
Contributor

If you already have the criteria then you can simple apply that and exclude from your search results and then calculate the total using addtotals like this.

   base search | search field!="Criteria" | addtotals col=t labelfield=change_name label=ALL
0 Karma

prakash007
Builder

Can you post your query here, you can try | addcoltotals

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