Skip to content

Commit f2fcce4

Browse files
authored
docs(logs): Disable more tags enrichment when using private link (#974)
Signed-off-by: Vincent Boutour <vincent.boutour@datadoghq.com>
1 parent bfd5a4a commit f2fcce4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

aws/logs_monitoring/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ You can run the Forwarder in a VPC private subnet and send data to Datadog over
305305
3. When installing the Forwarder with the CloudFormation template:
306306
1. Set `DdUseVPC` to `true`.
307307
2. Set `VPCSecurityGroupIds` and `VPCSubnetIds` based on your VPC settings.
308-
3. Set `DdFetchLambdaTags` to `false`, because AWS Resource Groups Tagging API doesn't support PrivateLink.
308+
3. Set `DdFetchLambdaTags`, `DdFetchStepFunctionsTags` and `DdFetchS3Tags` to `false`, because AWS Resource Groups Tagging API doesn't support PrivateLink.
309309

310310
#### DdUsePrivateLink is deprecated
311311

@@ -326,7 +326,7 @@ If you must deploy the Forwarder to a VPC without direct public internet access,
326326
1. Unless the Forwarder is deployed to a public subnet, follow the [instructions][15] to add endpoints for Secrets Manager and S3 to the VPC, so that the Forwarder can access those services.
327327
2. Update your proxy with following configurations ([HAProxy][17] or [NGINX][18]). If you are using another proxy, or Web Proxy, allowlist the Datadog domain, for example: `.{{< region-param key="dd_site" code="true" >}}`.
328328
3. When installing the Forwarder with the CloudFormation template, set `DdUseVPC`, `VPCSecurityGroupIds`, and `VPCSubnetIds`.
329-
4. Ensure the `DdFetchLambdaTags` option is disabled, because AWS VPC does not yet offer an endpoint for the Resource Groups Tagging API.
329+
4. Ensure the `DdFetchLambdaTags`, `DdFetchStepFunctionsTags` and `DdFetchS3Tags` options are disabled, because AWS VPC does not yet offer an endpoint for the Resource Groups Tagging API.
330330
5. If you are using HAProxy or NGINX:
331331

332332
- Set `DdApiUrl` to `http://<proxy_host>:3834` or `https://<proxy_host>:3834`.
@@ -456,6 +456,9 @@ To test different patterns against your logs, turn on [debug logs](#troubleshoot
456456
`DdFetchStepFunctionsTags`
457457
: Let the Forwarder fetch Step Functions tags using GetResources API calls and apply them to logs and traces (if Step Functions tracing is enabled). If set to true, permission `tag:GetResources` will be automatically added to the Lambda execution IAM role.
458458

459+
`DdFetchS3Tags`
460+
: Let the Forwarder fetch S3 tags using GetResources API calls and apply them to logs and traces. If set to true, permission `tag:GetResources` will be automatically added to the Lambda execution IAM role.
461+
459462
`DdStepFunctionsTraceEnabled`
460463
: Set to true to enable tracing for all Step Functions.
461464

0 commit comments

Comments
 (0)