Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ The following variables are specific to this rule type. You can also specify [va
`context.date`
: The date, in ISO format, that the rule met the condition. Example: `2022-02-03T20:29:27.732Z`.

`context.grouping` {applies_to}`stack: ga 9.1`
: The object containing groups that are reporting data.

`context.hits`
: The most recent documents that matched the query. Using the [Mustache](https://mustache.github.io/) template array syntax, you can iterate over these hits to get values from the {{es}} documents into your actions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ The following variables are specific to this rule type. You can also specify [va
`context.errorGroupingName`
: The error grouping name the alert is created for.

`context.grouping` {applies_to}`stack: ga 9.1`
: The object containing groups that are reporting data.

`context.interval`
: The length and unit of time period where the alert conditions were met.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ The following variables are specific to this rule type. You can also specify [va
`context.group`
: Name of the group reporting data.

`context.grouping` {applies_to}`stack: ga 9.2`
: The object containing groups that are reporting data.

`context.host`
: The host object defined by ECS if available in the source.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ The following variables are specific to this rule type. You can also specify [va
`context.burnRateThreshold`
: The burn rate threshold value.

`context.grouping` {applies_to}`stack: ga 9.1`
: The object containing groups that are reporting data.

`context.longWindow`
: The window duration with the associated burn rate value.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ The following variables are specific to this rule type. You can also specify [va
: The container object defined by ECS if available in the source.

`context.group`
: The array of objects containing groups that are reporting data.

`context.grouping` {applies_to}`stack: ga 9.1`
: The object containing groups that are reporting data.

`context.host`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ The following variables are specific to this rule type. You can also specify [va
`context.environment`
: The transaction type the alert is created for.

`context.grouping` {applies_to}`stack: ga 9.1`
: The object containing groups that are reporting data.

`context.interval`
: The length and unit of time period where the alert conditions were met.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ The following variables are specific to this rule type. You can also specify [va
`context.environment`
: The transaction type the alert is created for.

`context.grouping` {applies_to}`stack: ga 9.1`
: The object containing groups that are reporting data.

`context.interval`
: The length and unit of time period where the alert conditions were met.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ The following variables are specific to this rule type. You an also specify [var
`context.alertDetailsUrl`
: Link to the alert troubleshooting view for further context and details. This will be an empty string if the `server.publicBaseUrl` is not configured.

`context.grouping` {applies_to}`stack: ga 9.2`
: The object containing groups that are reporting data.

`context.interval`
: The length and unit of time period where the alert conditions were met.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ The following variables are specific to this rule type. You an also specify [var
`context.groupByKeys`
: The object containing groups that are reporting data.

`context.grouping` {applies_to}`stack: ga 9.2`
: The object containing groups that are reporting data.

`context.host`
: The host object defined by ECS if available in the source.

Expand Down
Loading