Splunk Search

How can we convert milliseconds to seconds?

monicateja
Explorer

Hi,

How can we calculate milli seconds to seconds for this field -> transactionDuration=20058?

Labels (1)
0 Karma

monicateja
Explorer

Do we need to convert duration_secs? 

duration_secs=ROUND(transactionDuration/1000, 2

 

0 Karma

johnhuang
Motivator

Sorry I realized there's a typo in my initial solution.

 

| eval duration_secs=ROUND(transactionDuration/1000, 2)
0 Karma

johnhuang
Motivator
| duration_secs=ROUND(transactionDuration/1000, 2)
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

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