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!

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...