Splunk Search

How to subtract one field value from another field value for each event?

sim_tcr
Communicator

Hello,

We have two fields: elapsedMs and backendServiceMillis. Both have only numeric values.
How can we display a new field which has the result of elapsedMs - backendServiceMillis?

Thanks,
Simon Mandy

Tags (2)
0 Karma
1 Solution

sim_tcr
Communicator

I figured out myself.
| eval difference = elapsedMs - backendServiceMillis | table elapsedMs backendServiceMillis difference

View solution in original post

sim_tcr
Communicator

I figured out myself.
| eval difference = elapsedMs - backendServiceMillis | table elapsedMs backendServiceMillis difference

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...