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?

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...