You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/service_management/events/pipelines_and_processors/aggregation_key.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ Use the aggregation key processor to generate a custom aggregation key (`@aggreg
6
6
7
7
**Notes**:
8
8
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`.
10
10
- Tag keys must follow a valid tag key format outlined in [Getting Started with Tags][2].
11
11
- 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.
12
13
- By default, existing aggregation keys are overwritten by this processor. Adjust the toggle to configure this behavior.
13
14
14
15
<divclass="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