I need to capture all activity logs for Dremio. Does dremio save Source & User management logs anywhere, that can be queried?
Queries can be captured from Jobs UI but what about Data set create, update or Delete logs and also user management logs. Are they also saved anywhere?
Currently, we do not have something like a comprehensive audit log, but this is on the product roadmap. You may find some of the information you are looking for in:
queries.json - mirrors what’s listed in the Jobs page
server.log - records many events from the Dremio deamon it’s connected to (coordinator or executor)