Splunk Search

Eval=case not working

stevenbutterwor
Path Finder

Probably a simple one but......my Eval case statement does not seem to work correctly

...| eval operation=case(TagValue >0, "Running", True(), "Off") | table TagValue operation

When the TagValue is 0.00446 I am still getting "Running". Any idea why?

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi @stevenbutterworth,

As per condition defined in case, if TagValue is greater than 0 then "Running". And your TagValue is 0.00446 So getting value "Running" is proper. Can you please clear me if I'm wrong..?

bjoernhansen
Path Finder

Would agree on that. Also, for the case shown above, you can simply use if() instead of case() 🙂

0 Karma

FrankVl
Ultra Champion

Because 0.00446 is larger than 0?

Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...