File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
prometheus-remote-write-exporter Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,7 @@ Policy document merged from <Link to="/docs/setup/ecs/create-iam-policy">ECS set
292
292
"logs:CreateLogStream",
293
293
"logs:DescribeLogStreams",
294
294
"logs:DescribeLogGroups",
295
+ "logs:PutRetentionPolicy",
295
296
"xray:PutTraceSegments",
296
297
"xray:PutTelemetryRecords",
297
298
"xray:GetSamplingRules",
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Please follow the steps outlined in this guide: [Creating an IAM policy](https:/
58
58
"logs:CreateLogStream",
59
59
"logs:DescribeLogStreams",
60
60
"logs:DescribeLogGroups",
61
+ "logs:PutRetentionPolicy",
61
62
"ssm:GetParameters"
62
63
],
63
64
"Resource": "*"
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Click the `JSON` tab on top of the page. Copy and paste the following policy tex
48
48
"logs:CreateLogStream",
49
49
"logs:DescribeLogStreams",
50
50
"logs:DescribeLogGroups",
51
+ "logs:PutRetentionPolicy",
51
52
"xray:PutTraceSegments",
52
53
"xray:PutTelemetryRecords",
53
54
"xray:GetSamplingRules",
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ AWS X-Ray for sending traces.
30
30
" logs:CreateLogStream" ,
31
31
" logs:DescribeLogStreams" ,
32
32
" logs:DescribeLogGroups" ,
33
+ " logs:PutRetentionPolicy" ,
33
34
" xray:PutTraceSegments" ,
34
35
" xray:PutTelemetryRecords" ,
35
36
" xray:GetSamplingRules" ,
You can’t perform that action at this time.
0 commit comments