Hi Team,
How can I write search for the below use case? We have a Financial Audit Department. If any one accesses Financial Audit Department mailbox or Sharepoint sites apart from the Financial Audit Department members, I want to search and alert on this.
Access to mailboxes by a sys admin or a delegate for the Financial Audit Department.
Access to FAD Sharepoint sites by the Administrators.
Regards,
Syed
You will need these things:
Once you have these, you can search something like this:
index=fad (sourcetype=sharepoint_access OR sourcetype=mailbox_access) NOT department=fad
Then alert whenever that search returns results.