Splunk Search

Help with Boolean query

TheBravoSierra
Path Finder

Below is an example of what I want to accomplish:

 

If x="example" and y="success", return true for this segment. 

If x="example2" and y="success", return true for this segment.

If x="example3" and y="success", return true for this segment.

If all are three statements = true, return true. If not all three = true, return false.

 

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@TheBravoSierra 

Are you looking for this?

YOUR_SEARCH  | eval flag=if((x="example" OR x="example2" OR x="example3") and y="success", "true", "false")

 

My Sample Search :

| makeresults | eval x="example",y="success" |append [| makeresults | eval x="example2",y="failed" ]  | eval flag=if((x="example" OR x="example2" OR x="example3") and y="success", "true", "false")


 

0 Karma
Get Updates on the Splunk Community!

Application management with Targeted Application Install for Victoria Experience

  Experience a new era of flexibility in managing your Splunk Cloud Platform apps! With Targeted Application ...

Index This | What goes up and never comes down?

January 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Splunkers, Pack Your Bags: Why Cisco Live EMEA is Your Next Big Destination

The Power of Two: Splunk + Cisco at "Ludicrous Scale"   You know Splunk. You know Cisco. But have you seen ...