Splunk Search

How to sum two numeric fields resulting in a concatenation of the two fields?

patouellet
Path Finder

Hello Splunk Ninjas,

First time I've seen this: I have two fields, clearly regognised as numeric fields by Splunk. They are named:
"Put Count"
"Put1 Count"

I want to sum these fields, so I do this:

eval Put_Count_Sum= "Put Count" + "Put1 Count"

But instead of Put_Count_Sum being the sum of both fields, Put_Count_Sum is equal to the text string: "Put CountPut1 Count"

I understand it might have something to do with my fields having spaces, but not sure how to work around that.

Thank you.

0 Karma
1 Solution

horsefez
SplunkTrust
SplunkTrust

Hi @patouellet,

try using
eval Put_Count_Sum= 'Put Count' + 'Put1 Count'

View solution in original post

horsefez
SplunkTrust
SplunkTrust

Hi @patouellet,

try using
eval Put_Count_Sum= 'Put Count' + 'Put1 Count'

patouellet
Path Finder

Thank you works perfectly.

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