Splunk Search

How to get stats count results broken down per field?

Volto
Path Finder

I have some logs where there are actions and a site associated with that action, for example CREATE, site_1.

I am trying to have a count of how many CREATE, DELETE, UPLOAD, etc for each site in a table.

I can get it by doing a stats count(site_name) by action, but all I get returned is just a count(site_name) for the second column instead of the individual site names.

Tags (3)
1 Solution

sideview
SplunkTrust
SplunkTrust

There are a ton of search commands in the Splunk search language but there's about 5 of them that are more important than the rest combined. Among these are "stats" and "chart", which seem similar but have very important differences.

Here's a link for more about stats vs chart. http://answers.splunk.com/answers/32001/difference-stats-and-chart.html

the key thing here is that you want chart count over site_name by action

View solution in original post

sideview
SplunkTrust
SplunkTrust

There are a ton of search commands in the Splunk search language but there's about 5 of them that are more important than the rest combined. Among these are "stats" and "chart", which seem similar but have very important differences.

Here's a link for more about stats vs chart. http://answers.splunk.com/answers/32001/difference-stats-and-chart.html

the key thing here is that you want chart count over site_name by action

Volto
Path Finder

This worked perfectly thanks for the explanation. I was wondering if chart would have worked better in this situation, I didn't know about the 'over' keyword.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...