You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typo in the filter used to exclude "NT AUTHORITY\SYSTEM" from the alerts due to it being case-sensitive.
Current query has "not user.id : "NT AUTHORITY\SYSTEM (Microsoft.Exchange.Servicehost)". However, the log data coming in from Microsoft has a capital "H" in servicehost. The filter should be not user.id : "NT AUTHORITY\SYSTEM (Microsoft.Exchange.ServiceHost)"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
## Link to rule
Description
Typo in the filter used to exclude "NT AUTHORITY\SYSTEM" from the alerts due to it being case-sensitive.
Current query has "not user.id : "NT AUTHORITY\SYSTEM (Microsoft.Exchange.Servicehost)". However, the log data coming in from Microsoft has a capital "H" in servicehost. The filter should be not user.id : "NT AUTHORITY\SYSTEM (Microsoft.Exchange.ServiceHost)"
Example Data
image
The text was updated successfully, but these errors were encountered: