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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...