Hello ,
Can anyone help me with Metabase user access logs .. We need to know who has deleted Metabase database from our dashboards?
Is this possible to see those logs
Hi there,
If you have the server logs, when a Database connection is removed you should see a DELETE /api/database
line:
2025-05-26T19:36:29-03:00 DEBUG metabase.server.middleware.log DELETE /api/database/11 204 85ms (92 DB calls) App DB connections: 0/15 Jetty threads: 5/50 (3 idle, 0 queued) (150 total active threads) Queries in flight: 0 (0 queued) {:metabase-user-id 1}
Then you could look up the metabase-user-id
in the core_users
table