Splunk Search

Weird / Faulty (?) Behaviour when comparing numbers

sh4kesbeer
Explorer

Hello,
I am currently facing a weird behaviour when comparing two numeric fields in splunk.
alt text

The attached screenshot shows the situation, where I want to compare the time difference to some previous and some subsequent event. The fields for the (correctly calculated) difference are prevDif and postDif. I compare them to gather a decision of which event should be taken (selectedPosition). I multiplied the prevDif and postDif by 2 after I encountered the error, to verify the fields are treated as numbers (and they are, postDif was 42 without the multiplication in most of the cases). So as 0 is clearly < 84 the selectedPosition should be "prev" but somehow the comparison fails and "post" is selected.
Can someone explain this behaviour or is this just a bug?
I would greatly appreciate any hints to why this does not work correctly!

0 Karma
1 Solution

DalJeanis
Legend

Typo. Change prevDiv to prevDif in line 58.

note - you can use *1.0 rather than *2 and the result would be numeric and unchanged.

View solution in original post

0 Karma

DalJeanis
Legend

Typo. Change prevDiv to prevDif in line 58.

note - you can use *1.0 rather than *2 and the result would be numeric and unchanged.

0 Karma

sh4kesbeer
Explorer

Thanks a lot, I was probably staring for too long at this problem to notice the obvious 😄

DalJeanis
Legend

@sh4kesbeer - It's always easier to catch those in other people's code. If we sat across the aisle from each other, you'd do it for me just as well.

0 Karma
Get Updates on the Splunk Community!

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...