We're using the ifnull
function in one of our Splunk queries (yes, ifnull
not isnull
), and I wanted to look up the logic just to be sure, but I can't find it documented anywhere.
It is referenced in a few spots:
But I can't find a definition/explanation anywhere on what it actually does. Google seems to be of no help either (constantly wants to redirect me to isnull
).
In particular it's also not listed in "common evaluation functions".
Can anyone point me to some documentation about ifnull
?