Stateful custom log alerts not resolved

Cosmin Stirbu 151 Reputation points
2021-06-30T09:48:33.333+00:00

Hello,

We are trying out the preview stateful custom log alerts feature.

For some reason, our alerts are fired as expected but they are not resolved.

I have attached a screenshot with how the alert is configured.

110509-screenshot-2021-06-30-at-124616.png

Thank you,
Cosmin

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,066 questions
{count} votes

1 answer

Sort by: Oldest
  1. Yaniv Lavi 86 Reputation points Microsoft Employee
    2021-07-04T13:17:02.27+00:00

    For alerts to resolve we need to be able to know that the condition is no longer met.
    The query generates a sparse time series. You will need to use make_series to provide a default value and handle the null values, so that the alert can resolve.

    1 person found this answer helpful.