Splunk Search

How can I create a column that counts how many Field Bs there are per Field A?

christopheryu
Communicator

Have this:

search... | stats values(interfaces) AS Interfaces by circuit

alt text

Thank you in advance!

Tags (2)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi christopheryu,
di you tryed

your_search 
| stats dc(interfaces) AS count values(interfaces) AS Interfaces by circuit

Bye.
Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi christopheryu,
di you tryed

your_search 
| stats dc(interfaces) AS count values(interfaces) AS Interfaces by circuit

Bye.
Giuseppe

christopheryu
Communicator

Thank you!

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