Splunk Enterprise

xml: Check if a value is a number

weidertc
Contributor

I need to check of the time tokens are numeric.  I used to use this and it worked, but suddenly my dashboard broke.

 

I initially had this inside my time selector filter, and it worked, until today.

<eval token="anumber">if(isnum('earliest'),"true","false")</eval>

 

I also tried this, but it didn't work.

<eval token="number">if(match('earliest',"^\d+"),"true","false")</eval>

 

It keeps evaluating to false.

I get how a string to contain only numbers and it'd be a string, but this actually worked earlier.  How can I check whether a number or a string containing only numbers (and a decimal) to actually return true?

Labels (1)
Tags (3)

BernardEAI
Communicator

@weidertc I'm seeing the same thing. It used to work for me as well, now it has stopped working. We upgraded to Splunk 8.1.0 from Splunk 7 recently, it might have something to do with this..?

 

UPDATE:

I described the approach I took to address this here: https://community.splunk.com/t5/Splunk-Search/Convert-timepicker-token-to-epoch-time-for-eval-regard... 

0 Karma
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...