Skip to content

Commit 8230080

Browse files
[AWSX-1557] feat(autosub): add support for Route53 DNS query logs (#31005)
1 parent 19c65e4 commit 8230080

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/en/logs/guide/send-aws-services-logs-with-the-datadog-lambda-function.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Any AWS service that generates logs into a S3 bucket or a CloudWatch Log Group i
5454
| [MWAA][55] | [Enable Amazon MWAA logs][56] | [Manual][56] and [automatic](#automatically-set-up-triggers) log collection. |
5555
| [Network Firewall][57] | [Enable AWS Network Firewall logs][58] | [Manual][58] and [automatic](#automatically-set-up-triggers) log collection. |
5656
| 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. |
5758

5859

5960

@@ -84,6 +85,7 @@ The following sources and locations are supported:
8485
| Network Firewall Logs | S3, CloudWatch |
8586
| Redshift Logs | S3, Cloudwatch |
8687
| Redshift Serverless Logs | CloudWatch |
88+
| Route53 DNS Query Logs | CloudWatch |
8789
| S3 Access Logs | S3 |
8890
| SSM Command Logs | CloudWatch |
8991
| Step Functions | CloudWatch |
@@ -110,6 +112,7 @@ The following sources and locations are supported:
110112
"network-firewall:ListFirewalls",
111113
"redshift:DescribeClusters",
112114
"redshift:DescribeLoggingStatus",
115+
"route53:ListQueryLoggingConfigs",
113116
"redshift-serverless:ListNamespaces",
114117
"s3:GetBucketLogging",
115118
"s3:GetBucketLocation",
@@ -144,6 +147,7 @@ The following sources and locations are supported:
144147
| `redshift:DescribeClusters` | List all Redshift clusters. |
145148
| `redshift:DescribeLoggingStatus` | Get the name of the S3 bucket containing Redshift Logs. |
146149
| `redshift-serverless:ListNamespaces` | List all Redshift Serverless namespaces |
150+
| `route53:ListQueryLoggingConfigs` | List all DNS query logging configurations for Route 53 |
147151
| `s3:GetBucketLogging` | Get the name of the S3 bucket containing S3 access logs. |
148152
| `s3:GetBucketLocation` | Get the region of the S3 bucket containing S3 access logs. |
149153
| `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
364368
[56]: /integrations/amazon_mwaa/#log-collection
365369
[57]: /integrations/amazon_network_firewall/
366370
[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

Comments
 (0)