Track history of changes on analysis

Some of our analyses have parts that are managed by different people and it’s hard to keep track of who’s done what - we currently have a channel to holler when we work on an analyses, but for minor updates, people sometimes forget. Is it possible to see a log of all activity (and by whom) on QuickSight analyses? Thanks!

Hi @eunite - Welcome to the community.

You can track some QuickSight non-api events through CloudTrail. This includes Update Analysis.

See Tracking non-API events by using CloudTrail logs for the complete list.

You can also expand this approach to a full-fledged admin console. See example blog: Building an administrative console in Amazon QuickSight to analyze usage metrics | AWS Big Data Blog

1 Like

Thanks for pointing me in that way! I’ll have to look into this – not familiar with Python unfortunately!