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!

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