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!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...