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
Champion

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
Champion

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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...