Hi everyone.
I am trying to extract usage information from CloudTrail logs and I am looking for data that would track which specific sheet of the dashboard that the user has clicked on as well as which specific folder the dashboard was in. I am also interested in tracking if there is an access to a particular dataset.
It seems like the most granular data we can get regarding dashboard usage is “GetDashboard” which tracks the event of users querying the dashboard but it doesn’t provide further granular information. The same is for dataset where there are methods that would track the usage of the “creater” such as “CreateDataSet” or “Update DataSet” but I couldn’t see anything regarding tracking the access of dataset. Is there any other events that we could track beyond that?
Any help would be much appreciated. Thanks.