need support / or suggest me its an emergency task

0

still my task was pending ...

Hello, we have a technical support ticket Case ID XXXXXXXXXXX that is still unassigned after 8 days. This is extremely frustrating as I can't use my service until the case is resolved and we can't even begin to resolve it until it gets assigned. How can I escalate this ticket such that it gets assigned?

I hope this message finds you well. I'm reaching out because I require assistance with enabling embedding and anonymous access for the Amazon Grafana dashboard. My goal is to integrate the live Amazon Grafana dashboard into my local website.

Currently, my AWS setup involves using S3, Athena, and Amazon Grafana. Data is continuously updated from Amazon Grafana to S3, then to Athena, and finally to Grafana.

To enhance user experience and accessibility, I need to embed the Amazon Grafana dashboard into my local website. Additionally, I require anonymous access to ensure seamless viewing for all users without the need for individual authentication.

Could you please assist me with the necessary steps to enable both embedding and anonymous access for the Amazon Grafana dashboard? Any guidance or best practices you can provide would be greatly appreciated.

i have been waiting form last friday for your support is to late every unhappy reagrding your support. i hope you will reslove it as soon as possable

1 Answer
0

https://docs.aws.amazon.com/grafana/latest/userguide/v9-dash-sharing.html

Grafana enables you to share dashboards and panels with other users within an organization and in certain situations, publicly on the Web. You can share using:

  • A direct link
  • A snapshot
  • An embedded link (for panels only)
  • An export link (for dashboards only)
profile picture
EXPERT
answered 13 days ago
  • iam trying to disaply aws grafana dashboard live data my local website i used embed link from aws grafana i use HTML code but getting error

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Local Web App Dashboard</title> </head> <body> <h1>Local Web App Dashboard</h1> <iframe src="https://" width="800" height="600" frameborder="0"></iframe> </body> </html>

    but

    getting an error like refused to display https:// in a frame because it set 'X-frame -Opsition' to 'deny' unchught TypeERROR: cannot read properties of null (reading 'classlist') at HTMKDocument.onDocumentLoad

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