I have a bug in CLOUDWATCH

0

I have infinite loading in cloudwatch groups. When I open console I have next error : awsc-head.js:2 [TangerineBox] Telemetry configuration is missing. Error: Error: Telemetry broker not found

asked 2 months ago85 views
1 Answer
1

The issue you're experiencing with infinite loading in CloudWatch groups and the error message you're seeing could be related to a few different factors:

  1. Browser-related issues: The error message you're seeing (awsc-head.js:2 [TangerineBox] Telemetry configuration is missing. Error: Error: Telemetry broker not found) suggests there might be a problem with how the AWS Console is loading in your browser. Try clearing your browser cache and cookies, or use a different browser to see if the issue persists.

  2. Network connectivity: There could be network connectivity issues preventing the CloudWatch console from loading properly. This could be due to firewall settings, VPN configurations, or general internet connectivity problems.

  3. AWS Console service issues: Occasionally, AWS may experience service issues that affect the console. Check the AWS Service Health Dashboard to see if there are any ongoing problems in your region, specifically with CloudWatch.

  4. Permissions: Ensure that your IAM user or role has the necessary permissions to access CloudWatch and view log groups. Even if you think you have the right permissions, double-check your IAM policies.

  5. Region selection: Make sure you're looking in the correct AWS region where your resources and log groups are located.

To troubleshoot:

  1. Try accessing other AWS services in the console to see if the issue is specific to CloudWatch.
  2. Test your connectivity to the CloudWatch endpoint using network diagnostic tools.
  3. If possible, try accessing the AWS console from a different network to rule out local network issues.
  4. If the problem persists after trying these steps, it may be best to contact AWS support for further assistance, as there could be an underlying account-specific issue.

Remember, if you need to view logs urgently while troubleshooting this console issue, you can use the AWS CLI or SDKs as an alternative method to access CloudWatch logs.

Sources
EC2: basic monitoring unavailable (load failed) | AWS re:Post
Log Groups not found | AWS re:Post

profile picture
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions