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!

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