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
description: 'AWS log source tag filter list. Defaults to `[]`.
1652
+
1653
+
Array of log source to AWS resource tag mappings. Each mapping contains a
1654
+
log source and its associated AWS resource tags (in `key:value` format) used
1655
+
to filter logs submitted to Datadog.
1656
+
1657
+
Tag filters are applied for tags on the AWS resource emitting logs; tags associated
1658
+
with the log storage entity (such as a CloudWatch Log Group or S3 Bucket)
1659
+
are not considered.
1660
+
1661
+
For more information on resource tag filter syntax, [see AWS resource exclusion](https://docs.datadoghq.com/account_management/billing/aws/#aws-resource-exclusion)
1662
+
in the AWS integration billing page.'
1663
+
properties:
1664
+
source:
1665
+
description: The AWS log source to which the tag filters defined in `tags`
1666
+
are applied.
1667
+
example: s3
1668
+
type: string
1669
+
tags:
1670
+
description: The AWS resource tags to filter on for the log source specified
AWS log source tag filter list. Defaults to ``[]``.
35
+
Array of log source to AWS resource tag mappings. Each mapping contains a log source and its associated AWS resource tags (in ``key:value`` format) used to filter logs submitted to Datadog.
36
+
Tag filters are applied for tags on the AWS resource emitting logs; tags associated with the log storage entity (such as a CloudWatch Log Group or S3 Bucket) are not considered.
37
+
For more information on resource tag filter syntax, `see AWS resource exclusion <https://docs.datadoghq.com/account_management/billing/aws/#aws-resource-exclusion>`_ in the AWS integration billing page.
38
+
39
+
:param source: The AWS log source to which the tag filters defined in ``tags`` are applied.
40
+
:type source: str, optional
41
+
42
+
:param tags: The AWS resource tags to filter on for the log source specified by ``source``.
0 commit comments