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!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...