Hey Splunkers, I'm trying to create a conditional search that will run on the same index but will have different search terms according to a variable I have that can have one of three values. It is supposed to be something like that: index = my_index variable = 1/2/3 if variable=1 then run search1 if variable=2 then run search2 if variable=3 then run search3 i tried multiple ways but they didn't work so im trying to get some help here😬
... View more