Hi @gcusello , could you please try below query : index="index name" EventCode=4625 sourcetype=WinEventLog | stats count by host, user | where count>5 | join type=left host,user [ search index="infra_it" EventCode=4624 sourcetype=WinEventLog | stats count as Logged_details by host,user] | where isnull(Logged_details) Thanks, Parth
... View more