Splunk Search

Limiting precision

msarro
Builder

Is there any easy way to limit precision in mathematical operations with eval? I've been requested to limit everything to a maximum of two decimal places.

Tags (1)
1 Solution

jrodman
Splunk Employee
Splunk Employee

Do you want 2 digits out from it, or do you really need the internal numbers to be cut?

It has formatting operators and so on, so you can just do eg |eval field=round(.... , 2)

View solution in original post

jrodman
Splunk Employee
Splunk Employee

Do you want 2 digits out from it, or do you really need the internal numbers to be cut?

It has formatting operators and so on, so you can just do eg |eval field=round(.... , 2)

msarro
Builder

That's the solution i ended up using. Thanks!

0 Karma

msarro
Builder

I was able to implement it using the eval round() command. Thanks to anyone who looked into it for me, your help is, as always, appreciated.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...