Splunk Search

how to calculate sum of two fields using eval command?

Madhan45
Path Finder

I have column A and B, its values are

A- 5,10,15,20
B-1,2,3,4

i need the Total in third field which should contain their addition like below:
Total-6,12,18,24.

how can i use eval command for that.??

Tags (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Are A and B multi-value fields?

---
If this reply helps you, Karma would be appreciated.
0 Karma

woodcock
Esteemed Legend

Like this:

... | eval Total = A + B

Madhan45
Path Finder

for sub,mul,div "A-B", "A*B","A/B" is it so?

0 Karma

woodcock
Esteemed Legend

Exactly, provided that both A and B are single-valued files; is either multi-valued?. Don't forget to click "Accept".

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...