Skip to content
Release: Australia · Updated: 2026-03-15 · Official documentation · View source

Alert rules in Health Log Analytics

Health Log Analytics (HLA) detects anomalies automatically by learning from your log data. However, some log types require a custom alert rule to generate alerts reliably.

You can use custom alert rules to specify the metric, threshold, and alert properties for generating alerts that HLA might not detect automatically.

Anomaly detection logic by log pattern

HLA classifies incoming logs into three patterns before applying anomaly detection. This classification determines which detection logic is used.

PatternDescription
LivelyLogs arrive frequently and consistently: at least once in 20 seconds. For example, an application writes hundreds of log entries per hour. The ML Engine has enough volume to build a reliable baseline, so it applies standard anomaly scoring to detect deviations.
SparseLogs arrive infrequently or irregularly: less than once in 1 minute \(60 seconds\). For example, a batch job runs every night and writes a small number of log entries. Standard anomaly scoring would produce unreliable results here, so the ML Engine applies probability distribution analysis instead. Sparse logs might not generate alerts if the volume is too low to establish a baseline.
StoppedLogs have not arrived for more than the configured period. Default is 5 minutes \(300 seconds\). To modify the default value, update the HLA system property `detective.resolution.signal_dead`.For a log stream to be alerted as stopped or dead it must first be considered alive by running continuously for a minimum period of time. You can set this time in the HLA system property `detective.alive_period_seconds_for_signal_dead`. For information about setting and changing HLA system properties, see Configure global Health Log Analytics system properties.

When to create custom alert rules

  • For high-frequency logs with a lively log pattern, there is no need for a custom rule. However, you can add a rule to generate alerts under specific conditions.
  • For low-frequency logs with a sparse log pattern, the system might not generate alerts automatically. If these logs should still generate alerts, define a custom alert rule.
  • For known critical conditions that HLA might not flag automatically, define a custom rule. For example, if a specific log message indicates that a critical service has failed, define a rule that generates an alert every time that message appears.
ScenarioML detectionCustom rule
High-frequency logs with a lively log patternLikely sufficientOptional
Low-frequency or periodic logsUnreliableSuggested
Known critical conditionsInsufficientRequired

Related topics

Define a custom Log Analytics alert rule in Health Log Analytics

Change a custom Log Analytics alert rule in Health Log Analytics

Delete a custom Log Analytics alert rule in Health Log Analytics