In my dashboard I need to add a visual that shows the count of number of time that dashboard is visited. How can I achieve this?
Hi @PerumallaNagashivani - I do not think there is a straight forward solution exists for this requirement, you have to develop a custom solution and extract the details from cloudwatch logs and store the details in a file or table.
Hi @David_Wong @duncan - any advise on this.
Regards - Sanjeeb
You can refer to this blog to create your dashboard to show how many times a dashboard has been viewed.
3 Likes
Thanks @David_Wong for sharing this. as expected a customize solution needs to be developed to gather the stats.
Regards - Sanjeeb