Hi Team, i have a search that query's for 4 IN conditions and then list them. The search works fine but i need help with one request. I only want to display the events that fulfill all 4 conditions within the IN statement: Search: index=wineventlog EventCode=5145 file_name="\\\\*\\IPC$" RelativeTargetName IN (samr,lsarpc,srvsvc,winreg) src_user!=*$ | stats count by src_user,src_ip,RelativeTargetName,host_fqdn | stats list(RelativeTargetName) by src_ip, src_user,host_fqdn Table: So in only want to see the events that match all 4 RelativeTargetNames not the one that matches only one. Any help would be appreciated 🙂
... View more