Hi GDCN Team, If any insights get deleted and we h...
# gooddata-cn
s
Hi GDCN Team, If any insights get deleted and we have an idea of the time frame when these got deleted ( say between 9 am and noon on any workday), is there anyway to track what activity could have led to this ? Any logs or db updates that will help us pinpoint the activity and the exact time these got deleted ?
m
Hi Sagar, you can check the logs from metadata-api containers and look for log records with
method="DELETE"
and matching
uri="https://{organizationHostname}/api/v1/entities/workspaces/{workspaceId}/metrics/{objectId}
There are additional data in these records, namely
userId
and
remote
(ip address).