@@ -54,6 +54,7 @@ Any AWS service that generates logs into a S3 bucket or a CloudWatch Log Group i
54
54
| [ MWAA] [ 55 ] | [ Enable Amazon MWAA logs] [ 56 ] | [ Manual] [ 56 ] and [ automatic] ( #automatically-set-up-triggers ) log collection. |
55
55
| [ Network Firewall] [ 57 ] | [ Enable AWS Network Firewall logs] [ 58 ] | [ Manual] [ 58 ] and [ automatic] ( #automatically-set-up-triggers ) log collection. |
56
56
| Redshift Serverless | ` - ` | [ Automatic] ( #automatically-set-up-triggers ) log collection. |
57
+ | [ Route 53] [ 59 ] | [ Enable Amazon Route 53 DNS query logging] [ 60 ] | [ Manual] [ 61 ] and [ automatic] ( #automatically-set-up-triggers ) log collection. |
57
58
58
59
59
60
@@ -84,6 +85,7 @@ The following sources and locations are supported:
84
85
| Network Firewall Logs | S3, CloudWatch |
85
86
| Redshift Logs | S3, Cloudwatch |
86
87
| Redshift Serverless Logs | CloudWatch |
88
+ | Route53 DNS Query Logs | CloudWatch |
87
89
| S3 Access Logs | S3 |
88
90
| SSM Command Logs | CloudWatch |
89
91
| Step Functions | CloudWatch |
@@ -110,6 +112,7 @@ The following sources and locations are supported:
110
112
"network-firewall:ListFirewalls",
111
113
"redshift:DescribeClusters",
112
114
"redshift:DescribeLoggingStatus",
115
+ "route53:ListQueryLoggingConfigs",
113
116
"redshift-serverless:ListNamespaces",
114
117
"s3:GetBucketLogging",
115
118
"s3:GetBucketLocation",
@@ -144,6 +147,7 @@ The following sources and locations are supported:
144
147
| `redshift:DescribeClusters` | List all Redshift clusters. |
145
148
| `redshift:DescribeLoggingStatus` | Get the name of the S3 bucket containing Redshift Logs. |
146
149
| `redshift-serverless:ListNamespaces` | List all Redshift Serverless namespaces |
150
+ | `route53:ListQueryLoggingConfigs` | List all DNS query logging configurations for Route 53 |
147
151
| `s3:GetBucketLogging` | Get the name of the S3 bucket containing S3 access logs. |
148
152
| `s3:GetBucketLocation` | Get the region of the S3 bucket containing S3 access logs. |
149
153
| `s3:GetBucketNotification` | Get existing Lambda trigger configurations. |
@@ -364,3 +368,6 @@ You can also exclude or send only those logs that match a specific pattern by us
364
368
[56]: /integrations/amazon_mwaa/#log-collection
365
369
[57]: /integrations/amazon_network_firewall/
366
370
[58]: /integrations/amazon_network_firewall/#log-collection
371
+ [59]: /integrations/amazon_route53/
372
+ [60]: /integrations/amazon_route53/#enable-route53-dns-query-logging
373
+ [61]: /integrations/amazon_route53/#send-logs-to-datadog
0 commit comments