Splunk Search

How to do sum or count of all my fields one time?

NPR
Path Finder

hi.
i have more 15 fields in my events with different field name.
ex:
field1 field2 field3 ... fieldn

i want do sum,avg or count of all my fields one time, how do it ?
i try this:
|stats sum(field1) sum(field) ...sum(fieldn) by User date_day

it is work but it is very laborious for me.

please help me.

Tags (3)
0 Karma
1 Solution

fdi01
Motivator

try like this:

...|stats c(*) sum(*) avg(*) by User date_day
   or 
...|stats c(*) as count_* sum(*) as sum_* avg(*) as avg_* by User date_day

View solution in original post

fdi01
Motivator

try like this:

...|stats c(*) sum(*) avg(*) by User date_day
   or 
...|stats c(*) as count_* sum(*) as sum_* avg(*) as avg_* by User date_day

NPR
Path Finder

thank you.

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...