Splunk Search

round funtion usage to round the decimal dgits after the precision

rakesh_498115
Motivator

Hi ,

I have been using the stats avg(duration) as Avg_Duration in my query.But while displayin the Avg_Duration i am getting the output value with 6 decimal digits after the precision.Something like 2.123456 i would like to round it off to four digits only.Tried using the round function along with the stats command..but it didnt worked.

Please help me on this .Thanx

Tags (2)
0 Karma
1 Solution

Ayn
Legend

Just add an eval after your stats command:

... | stats avg(duration) as Avg_Duration | eval Avg_Duration=round(Avg_Duration,4)

View solution in original post

Ayn
Legend

Just add an eval after your stats command:

... | stats avg(duration) as Avg_Duration | eval Avg_Duration=round(Avg_Duration,4)

Ayn
Legend

No problem. Could you please mark my answer as accepted? Thanks!

0 Karma

rakesh_498115
Motivator

Thank you so much !

0 Karma

Ayn
Legend

Upvote returned. 🙂

0 Karma

Drainy
Champion

Well this is awkward, we both appear to have answered the same question in different threads... suppose I should offer you an upvote as a highfive

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...