Splunk Search

Difference between chart command with specified aggregated fields and without?

calm27
Engager

I have two different queries that return the absolute same result: 

 

 

value | chart count(status) by request_method, http_cloudid

 

 

and 

 

 

value | chart count by request_method, http_cloudid

 

 

 

Does it mean that the field specified in the `count` function actually does nothing using `chart`? 

Labels (1)
0 Karma
1 Solution

bowesmana
SplunkTrust
SplunkTrust

Using count(field) means that it will count the number of events with the field status.

Using count on its own will just count all events, so if all events have a status field, it's the same thing.

If you have some events that do NOT have a status field, then they will give different results, it is not a function of using chart at all.

View solution in original post

bowesmana
SplunkTrust
SplunkTrust

Using count(field) means that it will count the number of events with the field status.

Using count on its own will just count all events, so if all events have a status field, it's the same thing.

If you have some events that do NOT have a status field, then they will give different results, it is not a function of using chart at all.

Get Updates on the Splunk Community!

Splunk Enterprise Security: Your Command Center for PCI DSS Compliance

Every security professional knows the drill. The PCI DSS audit is approaching, and suddenly everyone's asking ...

Developer Spotlight with Guilhem Marchand

From Splunk Engineer to Founder: The Journey Behind TrackMe    After spending over 12 years working full time ...

Cisco Catalyst Center Meets Splunk ITSI: From 'Payments Are Down' to Root Cause in ...

The Problem: When Networks and Services Don't Talk Payment systems fail at a retail location. Customers are ...