I have to check multiple conditions like if Auth = "PASS" and Basc = "PASS" and RReg = "PASS" then result ="PASS" else if anyone one of the condition as Fail then result = "Fail". How can I check this condition in splunk.
@darshana2511,
Did you try this and what's missing from that?
eval result=if(Auth="PASS" AND Basc="PASS" AND RReg="PASS","PASS","Fail")