Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GroupingConfiguration

Package version

Grouping configuration property bag.

Hierarchy

  • GroupingConfiguration

Index

Properties

enabled

enabled: boolean

Grouping enabled

Optional groupByAlertDetails

groupByAlertDetails: AlertDetail[]

A list of alert details to group by (when matchingMethod is Selected)

Optional groupByCustomDetails

groupByCustomDetails: string[]

A list of custom details keys to group by (when matchingMethod is Selected). Only keys defined in the current alert rule may be used.

Optional groupByEntities

groupByEntities: EntityMappingType[]

A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used.

lookbackDuration

lookbackDuration: string

Limit the group to alerts created within the lookback duration (in ISO 8601 duration format)

matchingMethod

matchingMethod: MatchingMethod

Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.

reopenClosedIncident

reopenClosedIncident: boolean

Re-open closed matching incidents

Generated using TypeDoc