An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hello Cindy,
Thank you for reaching out to the Microsoft Q&A forum.
When investigated we see that you’re running into a backend hiccup in the dynamic-threshold preview chart for your log alert. The preview UI is still in preview and has some specific constraints, so let’s walk through what that means and a few things you can try:
- Check your alert frequency
- Log search alerts with dynamic thresholds don’t support 1-minute frequency.
- Depending on your frequency, the preview only supports a limited time window: • 5-minute → 6 hours • 10–15 minute → 6 hours or 12 hours • 30 minute → 6 hours, 12 hours, or 1 day • ≥ 1 hour → 6 hours, 12 hours, 1 day, or 2 days
- If your rule is set to 1 minute or you’re outside these windows, the preview may fail or return no data.
- Remove any time-series grouping or dimensions
- In your screenshot you have “Time series: None,” which is good for simplicity. If you had dimensions selected, try turning them off so you’re only previewing one series.
- Click Refresh chart after every change
- The portal won’t auto-refresh when you tweak query/frequency settings—you need to hit the Refresh link on the left.
- Try a smaller time range or shorter bin interval
- Even though you summarized over 14 days, the preview only pulls up to the allowed range above. Try e.g. | where TimeGenerated >= ago(6h) and a finer bin (e.g. 5 min) to guarantee data in that window.
- If the error “There was a problem with the server…” persists, it’s likely an intermittent issue in the preview UI itself. As a workaround, you can pull the dynamic-threshold evaluation logs directly from the azalertsprodweu Kusto cluster using Kusto Explorer. That will show you the computed lower/upper bounds and any violations so you can validate behavior without the chart.
Follow-up questions to narrow this down:
- What evaluation frequency have you configured on the alert rule?
- When you run your query in the portal Metrics explorer or time chart (outside of the preview pane), do you see data in the past 6 hours?
- Does switching to a 6h time window (e.g. ago(6h)) with a smaller bin size surface any data?
- Have you tried in a different region/subscription or incognito browser to rule out portal caching?
Hope this helps you unblock the preview!
Reference docs:
- Alert rules with dynamic thresholds overview (dynamic-threshold preview limits) https://learn.microsoft.com/azure/azure-monitor/alerts/alerts-dynamic-thresholds#dynamic-threshold-preview-chart
- Create a Log search alert rule with dynamic threshold (Preview) https://learn.microsoft.com/azure/azure-monitor/alerts/alerts-dynamic-thresholds#create-a-log-search-alert-rule-with-dynamic-threshold-preview
- How to get dynamic threshold metric alerts evaluation data from Kusto https://supportability.visualstudio.com/AzureMonitor/_wiki/wikis/AzureMonitor.wiki/480482/Alerts/How-To/Metric%20Alerts/How%20to%20get%20dynamic%20threshold%20metric%20alerts%20evaluation%20data%20from%20Kusto