Skip to content

Commit 7ab77c3

Browse files
fraseriverburaizu
andauthored
Update aggregation key processor documentation to reflect new source inclusion changes (#30018)
* Update aggregation key processor documentation to reflect new source inclusion changes * Update content/en/service_management/events/pipelines_and_processors/aggregation_key.md Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com> --------- Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
1 parent 25ee028 commit 7ab77c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/service_management/events/pipelines_and_processors/aggregation_key.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Use the aggregation key processor to generate a custom aggregation key (`@aggreg
66

77
**Notes**:
88

9-
- Attributes must start with the `@` symbol and follow the path of the standard attribute as it appears in your JSON. For example, `@evt.integration_id`.
9+
- Attributes must start with the `@` symbol and follow the path of the standard attribute as it appears in your JSON. For example, `@evt.category`.
1010
- Tag keys must follow a valid tag key format outlined in [Getting Started with Tags][2].
1111
- A maximum of 5 attributes or tag keys can be added to generate an aggregation key.
12+
- Events originating from different sources or integrations receive distinct aggregation keys.
1213
- By default, existing aggregation keys are overwritten by this processor. Adjust the toggle to configure this behavior.
1314

1415
<div class="alert alert-warning">Aggregation keys are included by default in Datadog Monitor alerts and are not modified by the aggregation key processor. This ensures that monitor alert events retain their original keys and are not overwritten.</div>

0 commit comments

Comments
 (0)