Skip to content

Commit

Permalink
add logs to ddfetchstepfunctionstags (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimi-p authored Jun 27, 2024
1 parent 57a893b commit 3e4a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ SSL encrypted TCP connection, set this parameter to true.
: Let the forwarder fetch Log Group tags using ListTagsLogGroup and apply them to logs, metrics, and traces. If set to true, permission `logs:ListTagsLogGroup` will be automatically added to the Lambda execution IAM role.

`DdFetchStepFunctionsTags`
: Let the Forwarder fetch Step Functions tags using GetResources API calls and apply them to traces (if Step Functions tracing is enabled). If set to true, permission `tag:GetResources` will be automatically added to the Lambda execution IAM role.
: 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.

### Log scrubbing (optional)

Expand Down

0 comments on commit 3e4a77c

Please sign in to comment.