Skip to main content
Version: 3.3.0

Event Aggregation

info
info

A support subscription is required to aggregate by criteria other than title.

How Event Aggregation Works

When the Append Alert flag is enabled, Alert Manager Enterprise (AME) appends new alerts to existing events if these conditions are met:

  • The alert matches the Append Keys criteria.
  • The event’s status is New or In Progress (not Done).

Append Keys

Default append keys include:

  • ame.event_title: The title set in the Alert Action.
  • ame.search_name: The search name from savedsearches.conf.
  • ame.template_name: The template name used by the alert.

All AME internal fields are prefixed with ame. You can also use fields from alert results for aggregation.

note

Include at least one of event_title, search_name, or template_name in the append key list.

Append Mode

The Append Mode determines the action when an alert matches multiple existing events. Available modes are:

  • Append to oldest event
  • Append to most recent event
  • Append to all matching events
  • Create new event

Append Strict

When Append Strict is enabled, all field values in the append keys must match exactly.

Example 1: Strict Mode Disabled

  • Append Keys: ame.template_name, host, process
  • Event Contains: host
  • Result: Alert is appended (partial match allowed).

Example 2: Strict Mode Enabled

  • Append Keys: ame.template_name, host, process
  • Event Contains: host
  • Result: Alert creates a new event (full match required).

Updates When Appending an Alert

If the criteria are met, AME appends the alert to the existing event, resulting in:

  • First Seen time remains unchanged.
  • Count increases by 1.
  • New alert results are added to the Data tab with their Alert Time.
  • Notable Events tab updates with the latest results.

Alert Data Lookup Days

This setting defines the time range (in days) to search for existing events when appending, applicable only to fields from alert results (not ame.* fields).

info

For optimal performance, ensure existing events are in warm buckets.