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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...