Splunk Search

eval duration/latency

Mohsin123
Path Finder

My timestamp-in and timestamp-out fields are in this format 2018-07-23T15:53:11.588Z
how do i calculate duration ?
i am calculating latency in time i.e response code .

i tried |eval tin=substr(tostring(timestamp-in),12,23) and also strptime

Anyone can help ?

Tags (3)
0 Karma

somesoni2
Revered Legend

Try like this

your current search | eval latency=strptime('timestamp-out',"%Y-%m-%dT%H:%M:%S.%3N%Z")-strptime('timestamp-in',"%Y-%m-%dT%H:%M:%S.%3N%Z")
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...