Splunk Search

Splunk query returns statistics but no events

doffner
Engager

Hi,

New to Splunk so I must be missing something obvious. I looked through previous questions and the docs but didn't see anything about this problem.

I have a Splunk query which is correctly returning the statistic I am expecting but has Events(0) even when Verbose Mode is enabled. 

index=* // search redacted 
|rex "(?P<json>{.+})" 
|table json 
|spath input=json
|stats sum(Response.Selected)

When I execute this query from Splunk Search (Web UI) I am getting the correct sum under the "Statistics" tab but the "Events" tab is (0). 

Any help would be much appreciated.

 

0 Karma
1 Solution

manjunathmeti
SplunkTrust
SplunkTrust

hi, @doffner,

stats is a transforming command which means the command "transforms" the specified cell values for each event into numerical values for statistical purposes. Raw events are not available once you run stats. But if you still need events you can use eventstats command.


Check this page on stats and eventstats command https://www.splunk.com/en_us/blog/tips-and-tricks/search-command-stats-eventstats-and-streamstats-2.....

View solution in original post

manjunathmeti
SplunkTrust
SplunkTrust

hi, @doffner,

stats is a transforming command which means the command "transforms" the specified cell values for each event into numerical values for statistical purposes. Raw events are not available once you run stats. But if you still need events you can use eventstats command.


Check this page on stats and eventstats command https://www.splunk.com/en_us/blog/tips-and-tricks/search-command-stats-eventstats-and-streamstats-2.....

doffner
Engager

Thanks a lot!

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 ...