1 Answer
- Newest
- Most votes
- Most comments
0
By default, log data is not visible for others who you share the dashboard with.
On Dashboard in console,
Click Actions > Share Dashboard > Resources - IAM Role > Edit policy to include permissions as follows:
{
"Effect": "Allow",
"Action": [
"logs:FilterLogEvents",
"logs:StartQuery",
"logs:StopQuery",
"logs:GetLogRecord"
],
"Resource": [
"SharedLogGroup1ARN",
"SharedLogGroup2ARN"
]
}
Read more on documentation for detailed instructions.
Relevant content
- asked 2 years ago
- asked a year ago
- asked 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago