Splunk Search

How to add sum filed in table

jslee
Explorer

I have two fiels. Deny and Monitor.
I want to draw timechart added by SUM field.
Can i add SUM field?

_time A B _time A B SUM
0:0:0 1 2 => 0:0:0 1 2 3
0:0:1 3 3 0:0:1 3 3 6

Tags (1)
0 Karma

yannK
Splunk Employee
Splunk Employee

use the | addtotals command.
see http://docs.splunk.com/Documentation/Splunk/5.0.1/SearchReference/Addtotals

mysearch | table _time A B | addtotals

0 Karma

jslee
Explorer

It's very simple..thnx

0 Karma

yannK
Splunk Employee
Splunk Employee

or if you have fixed list of fields use an eval to do the sum
mysearch | eval SUM=A+B | table _time A B SUM

0 Karma
Get Updates on the Splunk Community!

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

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