Akash Deep
Akash Deep

Reputation: 77

How to send cloudwatch custom metrics to Amazon Quicksight Dashboard

I am publishing custom metric data (count of how many times operations are being used by customers) to cloudwatch. I want to use these custom metric data to be shown on Amazon Quicksight dashboard ; do anyone know how I can do that?

Upvotes: 2

Views: 5754

Answers (1)

Sneha Rathod Solanki
Sneha Rathod Solanki

Reputation: 11

Use Athena to read the Cloud watch metrics as seen in AWS docs https://docs.aws.amazon.com/athena/latest/ug/athena-prebuilt-data-connectors-cwmetrics.html. Then you can connect Quicksight with Athena as data source https://docs.aws.amazon.com/quicksight/latest/user/create-a-data-set-athena.html or utilize S3 where data resides now.

Upvotes: 1

Related Questions