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 Logs Source Tag Filters 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
+
Tags filters are applied for tags on the AWS resource emitting logs; tags
1658
+
associated with the log storage entity (e.g., CloudWatch Log Group, S3 Bucket)
1659
+
are not considered.
1660
+
1661
+
For more information on resource tag filter syntax, [see our documentation](https://docs.datadoghq.com/account_management/billing/aws/#aws-resource-exclusion).'
1662
+
properties:
1663
+
source:
1664
+
description: The AWS log source for which the tag filters defined in `tags`
1665
+
will be applied.
1666
+
example: s3
1667
+
type: string
1668
+
tags:
1669
+
description: The AWS resource tags to filter on for the log source specified
AWS Logs Source Tag Filters 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
+
Tags filters are applied for tags on the AWS resource emitting logs; tags associated with the log storage entity (e.g., CloudWatch Log Group, S3 Bucket) are not considered.
37
+
For more information on resource tag filter syntax, `see our documentation <https://docs.datadoghq.com/account_management/billing/aws/#aws-resource-exclusion>`_.
38
+
39
+
:param source: The AWS log source for which the tag filters defined in ``tags`` will be 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