Splunk Search

How to calculate sum of the two count values?

ABHAYA
Path Finder

I am using above splunk query   stats count by BankType.

 I am getting result as 

 SBI   27

AXIS   15

CITI   12.

but I want to sum the count of Axis and citi and  display it under AXIS column. so basically output would be something like this 

SBI 27

AXIS 27.

Can anyone suggest what can we do here ?

 

 

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval BankType=if(BankType=="CITI", "AXIS", BankType)
| stats count by BankType

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval BankType=if(BankType=="CITI", "AXIS", BankType)
| stats count by BankType
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...