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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...