We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b923a4 commit 36b5b00Copy full SHA for 36b5b00
pipeline/outputs/cloudwatch.md
@@ -84,7 +84,8 @@ The following AWS IAM permissions are required to use this plugin:
84
"Action": [
85
"logs:CreateLogStream",
86
"logs:CreateLogGroup",
87
- "logs:PutLogEvents"
+ "logs:PutLogEvents",
88
+ "logs:putRetentionPolicy"
89
],
90
"Resource": "*"
91
}]
@@ -260,4 +261,4 @@ You can use our SSM Public Parameters to find the Amazon ECR image URI in your r
260
261
aws ssm get-parameters-by-path --path /aws/service/aws-for-fluent-bit/
262
```
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