跳至內容

CloudWatch automatically encrypts data

0

I have some Lambda functions running on AWS that send data to CloudWatch. Previously, I was able to view the logs in plain text without any issues. However, recently I've noticed that while the logs are still being generated and briefly displayed in a readable format, after a few seconds they become encrypted or otherwise unreadable.

I'd like to know if any default configuration may have been enabled recently, or if there's a policy or setting that could be causing this behavior. Is there a way to make the logs readable in plain text again? It's worth mentioning that I have administrator access to the account.

已提問 1 年前檢視次數 164 次

1 個回答
0

This is unusual. I don't think any default setting is causing this. You might want to check your Lambda function if it's writing binary or encoded data to CloudWatch. Also, check KMS settings in CloudWatch Log group, maybe you are using a custom KMS and don't have the correct permission to decode the logs. Finally, could be an AWS UI issue. Maybe log out and log back in and clear browser cache before retrying.

專家

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。