Skip to content

Commit 36b5b00

Browse files
authored
Update CloudWatch plugin's required IAM permissions
Signed-off-by: Adis Osmonov <[email protected]>
1 parent 9b923a4 commit 36b5b00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pipeline/outputs/cloudwatch.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ The following AWS IAM permissions are required to use this plugin:
8484
"Action": [
8585
"logs:CreateLogStream",
8686
"logs:CreateLogGroup",
87-
"logs:PutLogEvents"
87+
"logs:PutLogEvents",
88+
"logs:putRetentionPolicy"
8889
],
8990
"Resource": "*"
9091
}]
@@ -260,4 +261,4 @@ You can use our SSM Public Parameters to find the Amazon ECR image URI in your r
260261
aws ssm get-parameters-by-path --path /aws/service/aws-for-fluent-bit/
261262
```
262263

263-
For more see [the AWS for Fluent Bit github repo](https://github.com/aws/aws-for-fluent-bit#public-images).
264+
For more see [the AWS for Fluent Bit github repo](https://github.com/aws/aws-for-fluent-bit#public-images).

0 commit comments

Comments
 (0)