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?
