CSV dataset not logged download activity

I want to track who download data from analysis or dashboard.
Cloud trail logs EXPORT_TO_EXCEL or EXPORT_TO_CSV event like this.

{

“serviceEventDetails”: {
“eventRequestDetails”: {
“dataSourceId”: “id”,
“queryId”: “id”,
“resourceId”: “id”,
“dataSetId”: “id”,
“dataSetMode”: “SPICE”,
“queryIntent”: “EXPORT_TO_EXCEL”
}
},

}

It looks working for type of SQL dataset but not work for csv or excel dataset.

Is there any other idea for tracking download data from csv dataset?

Hi @srl-takashi and welcome to the QuickSight community!
To my understanding, there is no out of the box way to gather this information. But I was able to find this old community post where someone mentioned a potential work around. Maybe give this a try to see if it works for your case:

Additionally, I can mark this as a feature request to promote visibility to the AWS support team.

1 Like

Thanks a lot! I’m looking forward to the new features.

1 Like