Skip to main content
Version: 6.1

Firings

The correlator maintains a rule firing log and summary statistics for each rule.

Top Firing Rules

The table displays summary statistics for each rule:

ColumnDescription
RuleRule name
TypeRule type: Declarative, Imperative, or Aggregation
FiringsTotal number of rule firings
Last HourNumber of firings during the last hour
Matches %Percentage of processed events that matched the rule condition
ProcessedTotal number of events evaluated against the rule
PerformanceEvaluation of rule condition efficiency

Rule Firings

The table lists individual firings and provides search controls:

ColumnDescription
Time (UTC)Time of the firing
RuleName of the rule that fired
Rule TypeDeclarative, Imperative, or Aggregation
Group KeyValue used by the rule to group events, for example, host.name
NodeCluster node on which the firing was generated
StatusFiring delivery result. See Delivery
SuppressionIndicates an active window that suppresses repeated firings for this rule and group key

Firing Document

Expand a list row to view the complete firing document:

FieldDescription
idFiring identifier
fire_keyFiring deduplication key that remains stable after a restart
rule_idRule identifier
rule_nameRule name
rule_typeRule type
rule_descriptionRule description
group_keyKey of the group for which the rule fired
matched_countNumber of events included in the firing
event_idIdentifier of the event that caused the firing
nodeNode that generated the firing
suppressed_untilEnd time of the window that suppresses repeated firings for this rule and group key
eventSource event that caused the firing. For multi-stage rules, contains the events from each stage

Delivery

Each firing is sent to Smart Monitor Job Scheduler and processed by the configured active actions. The Status column shows the delivery result. If a temporary error occurs, delivery is retried automatically with an increasing delay. If all attempts are exhausted, the firing is marked as undelivered and the error cause is recorded in the firing log.

The firing retention period is controlled by the retention.fires cluster setting (default: 30d). See Cluster Settings.