Hi Folks,
I have a quicksight account and created multiple dashboards which are connected to different datasets. I am looking for user log where I can see number of users for individual dashboards and individual connection for each dataset.
How can I get this ? Need quick help.
Thanks
You can use these two commands.
https://docs.aws.amazon.com/cli/latest/reference/quicksight/describe-dashboard-permissions.html
https://docs.aws.amazon.com/cli/latest/reference/quicksight/describe-data-set-permissions.html
Hi @arijitdas1993! Did this answer your question? If so, please help the community out by marking this answer as "Solution!
If you want to see how many users are viewing your dashboards, you can use CloudTrail.
You’ll see a GetDashboard event in the log every time a user views a dashboard.
You can also take a look at these blogs.