Splunk Enterprise

help on eval case

jip31
Motivator

hi

splunk tells me that "the arguments to the case function are invalid"

what is wrong please?

 

| eval site=case(site=="SAINT MAXIMIN LA SAINTE BA", "SAINT MAXIMIN LA SAINTE BAUME", 1)

 

 

Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

case needs pair of arguments i.e. an even number of arguments, you have an odd number

| eval site=case(site=="SAINT MAXIMIN LA SAINTE BA", "SAINT MAXIMIN LA SAINTE BAUME", 1==1,"Unknown")
0 Karma

jip31
Motivator

perfect thanks

last question, if I want to do the same thing with a regex, how o do please?

0 Karma
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, ...