Audit Log Alerting

Brett Walters 21 Reputation points
2025-06-04T14:23:36.0666667+00:00

I have a Log Analytics workspace setup, and Entra AuditLogs (and SignIn) flowing into it. I can query for the specific item:

AuditLogs

| where OperationName == 'User registered security info'

It sees them when I search, so I know logs are making it and are valid. However, my alert rule and processing rule, something is broken in that it will not fire the alert or email me when this log event happens. I am pretty confused now as it seems set up right, but I am clearly missing something.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Jose Benjamin Solis Nolasco 3,506 Reputation points
    2025-06-04T14:47:51.8733333+00:00

    Hello,

    Welcome to Microsoft Q&A

    Did you check Azure monitor alerts action rules? I hope this documentation from Microsoft help you clarify things.

    1. Azure Monitor > Alerts > Action Rules
    2. Ensure there’s no rule suppressing this alert

    How to create a log search alert in Azure Monitor https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-log

    Explains how to define the query, set frequency, and configure action groups.

    Processing Rules (Action Rules)

    Suppress or modify alerts with processing rules https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-action-rules

    If your alerts aren't firing, an action rule might be suppressing or modifying them.

    Troubleshoot alert rules that use log queries https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/troubleshoot-alerts-log

    Microsoft’s official troubleshooting guide for this exact scenario.

    Enable diagnostic settings for alerts https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!


1 additional answer

Sort by: Most helpful
  1. Brett Walters 21 Reputation points
    2025-06-04T15:59:46.6+00:00

    I was finally able to get it to fire and email. Issue was that it was set to aggregate condition as opposed to single event. Now, if the alert would actually be readable. lol

    Is there any way to get it to include the user in question? This is set to monitoring new authentication method creation. I see a link in the alert but that apparently is an internal link only as it requires being in the Microsoft tenant to access it.

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.