Splunk Search

Group field value and count rather than overall count

emamedov
Explorer

eventtype="product-view"|stats count list(productname) as Products by username firmname

The above is the search string that I'm using and I receive the following results:

alt text

Instead of listing an overall count of products, I would like to have a count for each individual product. Not sure how to edit the current string or add a nested stats string to accomplish the said task.

0 Karma
1 Solution

somesoni2
Revered Legend

Try this

eventtype="product-view"|stats count by username firmname,productname | stats list(*) as * by username firmname

View solution in original post

somesoni2
Revered Legend

Try this

eventtype="product-view"|stats count by username firmname,productname | stats list(*) as * by username firmname

emamedov
Explorer

That did the trick! Thank you very much!

0 Karma

sundareshr
Legend

Try this..

eventtype="product-view"|stats count by productname
0 Karma

emamedov
Explorer

That doesn't specifically display the username and firmname though. Please see below:

http://imgur.com/UiTNvK5

0 Karma
Get Updates on the Splunk Community!

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

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

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

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

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...