Splunk Search

Calculate number of decimals for each record in field?

DPOIRE
Path Finder

Field = 1.123456789

Field = 14.123456

Field = 3.1234567

I need to run a query that will return the number of decimals for each record in Field.

Expected Result:

9

6

7

Labels (1)
Tags (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval decimal=len(mvindex(split(Field,"."),1))

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval decimal=len(mvindex(split(Field,"."),1))

DPOIRE
Path Finder

Exactly was I was looking for.
Thanks!

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