Splunk Search

How to count numbers of records per category from a table?

splunkrocks2014
Communicator

Hi. I have a search result returned as the following:

name   type   col_1   col_2   col3
====   ====   =====   =====   =====
N1     T1      A        A       C
N1     T2      A        B       D
N2     T1      D        D       C

How to count numbers of "A", "B", "C", and "D"? For example, the result looks like this:

new_field    count
=========    =====
A             2
B             1
C             2
D             3

Any helps are great appreciated.

Thanks.

0 Karma
1 Solution

sundareshr
Legend

Try this

base search | fields - type | untable name fields values | stats count by values

View solution in original post

0 Karma

sundareshr
Legend

Try this

base search | fields - type | untable name fields values | stats count by values
0 Karma

splunkrocks2014
Communicator

wow, thank you very much for your help!!!

0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...