Skip to main content

Audit Logs

The creation and modification of Dremio resources are tracked and traceable via the sys.project.history.events table. Audit logging is enabled by default and available to users with administrative permissions on the project.

An event can take up to three hours to propagate to the system table. There is currently no maximum retention policy for audit events.

note

This is a subset of the events that Dremio supports.

Organization Events

Dremio supports audit logging for the following organization event types and actions. The sys.project.history.events table contains these events in the default project.

Event TypeActionsDescription
BILLING_ACCOUNTBILLING_ACCOUNT_ADD_PROJECTDremio added a new project to the billing account during project creation.
BILLING_ACCOUNTBILLING_ACCOUNT_CREATEA user created a billing account.
BILLING_ACCOUNTBILLING_ACCOUNT_REMOVE_PROJECTDremio removed a project from the billing account during project deletion.
BILLING_ACCOUNTBILLING_ACCOUNT_UPDATEA user modified the billing account, such as the notification email address.
BILLING_TRANSACTIONTRANSACTION_CHARGEDremio recorded Dremio Consumption Unit (DCU) usage charges for the period.
BILLING_TRANSACTIONTRANSACTION_CREDIT_LOADDremio loaded DCU credits into the billing account.
CATALOGCREATEA user created a new Open Catalog. Catalog creation is included with project creation.
CATALOGDELETEA user deleted an Open Catalog. Project deletion also deletes its primary Open Catalog.
CATALOGUPDATEA user updated an Open Catalog configuration.
CLOUDCREATE_STARTED
CREATE_COMPLETED
A user created a cloud. Clouds provide resources for running engines and storing metadata in a project.
CLOUDDELETE_STARTED
DELETE_COMPLETED
A user deleted a cloud.
CLOUDUPDATEA user updated a cloud.
CONNECTIONFORCE_LOGOUTA user changed their password or deactivated another user, ending all of that user's sessions.
CONNECTIONLOGINA user logged in.
CONNECTIONLOGOUTA user logged out.
EDITIONDOWNGRADEA user downgraded the billing edition in the Dremio organization.
EDITIONUPGRADEA user upgraded the billing edition in the Dremio organization.
IDENTITY_PROVIDERCREATEA user configured a new OpenID Connect (OIDC) identity provider integration.
IDENTITY_PROVIDERDELETEA user deleted an OIDC identity provider.
IDENTITY_PROVIDERUPDATEA user updated an OIDC identity provider configuration.
MODEL_PROVIDER_CONFIGCREATEA user created a new model provider in the Dremio organization.
MODEL_PROVIDER_CONFIGUPDATEA user updated a model provider in the Dremio organization.
MODEL_PROVIDER_CONFIGDELETEA user deleted a model provider in the Dremio organization.
MODEL_PROVIDER_CONFIGSET_DEFAULTA user set a new default model provider in the Dremio organization.
ORGANIZATIONCREATE_STARTED
CREATE_COMPLETED
A user created the Dremio organization.
ORGANIZATIONDELETE_STARTED
DELETE_COMPLETED
A user closed and deleted the Dremio organization.
ORGANIZATIONUPDATEA user updated the Dremio Cloud organization.
PERSONAL_ACCESS_TOKENCREATEA user created a new personal access token in their account.
PERSONAL_ACCESS_TOKENDELETEA user deleted a personal access token.
PROJECTCREATE_STARTED
CREATE_COMPLETED
A user created a project in the Dremio organization.
PROJECTDELETE_STARTED
DELETE_COMPLETED
A user deleted a project.
PROJECTHIBERNATE_STARTED
HIBERNATE_COMPLETED
A user archived a project.
PROJECTUNHIBERNATE_STARTED
UNHIBERNATE_COMPLETED
A user activated an archived project.
PROJECTUPDATEA user updated the configuration of a project.
ROLECREATEA user created a custom role.
ROLEDELETEA user deleted a role.
ROLEMEMBERS_ADDEDA user added users or roles as members of a role.
ROLEMEMBERS_REMOVEDA user removed users or roles as members of a role.
ROLEUPDATEA user updated the metadata of a custom role, such as the description.
USER_ACCOUNTCREATEA user added a user account.
USER_ACCOUNTDELETEA user deleted a user account.
USER_ACCOUNTPASSWORD_CHANGEA user updated their account password.
USER_ACCOUNTUPDATEA user updated user account metadata.

Project Events

Event TypeActionsDescription
AI_AGENTREQUEST
RESPONSE
A user sent a request to the AI Agent and received a response.
ENGINECREATE_STARTED
CREATE_COMPLETED
A user created an engine.
ENGINEDELETE_STARTED
DELETE_COMPLETED
A user deleted an engine.
ENGINEDISABLE_STARTED
DISABLE_COMPLETED
A user disabled an engine.
ENGINEENABLE_STARTED
ENABLE_COMPLETED
A user enabled an engine.
ENGINEUPDATE_STARTED
UPDATE_COMPLETED
A user updated an engine configuration.
ENGINE_SCALINGSCALE_DOWN_STARTED
SCALE_DOWN_COMPLETED
Dremio scaled down an engine by stopping one or more running replicas.
ENGINE_SCALINGSCALE_UP_STARTED
SCALE_UP_COMPLETED
Dremio scaled up an engine by starting one or more additional replicas.
LABELUPDATEA user created a label on a dataset, source, or other object.
PIPECREATEA user created an autoingest pipe for Apache Iceberg.
PIPEDELETEA user dropped an autoingest pipe.
PIPEUPDATEA user updated the configuration of an existing autoingest pipe.
PRIVILEGEDELETEA user deleted a privilege from a user or role.
PRIVILEGEUPDATEA user granted a privilege to a user or role.
REFLECTIONCREATEA user created a new raw or aggregate Reflection.
REFLECTIONDELETEA user deleted a Reflection.
REFLECTIONUPDATEA user updated the content or configuration of a Reflection.
REPLICACREATE_STARTED
CREATE_COMPLETED
Dremio started a replica during an ENGINE_SCALING scale-up event.
REPLICADELETE_STARTED
DELETE_COMPLETED
Dremio stopped a replica during an ENGINE_SCALING scale-down event.
ROUTING_RULESETUPDATEA user modified an engine routing rule.
SUPPORT_SETTINGRESETA user reset an advanced configuration or diagnostic setting.
SUPPORT_SETTINGSETA user set an advanced configuration or diagnostic setting.
UDFCREATEA user created a user-defined function.
UDFDELETEA user deleted a user-defined function.
UDFUPDATEA user modified the SQL definition of a user-defined function.
WIKIEDITA user created or updated a wiki.

Open Catalog Events

These events appear in the sys.project.history.events table of the project where the catalog is designated as the primary catalog.

     Event Type          Actions     Description
FOLDERCREATEA user created a folder in the catalog.
FOLDERDELETEA user deleted a folder in the catalog.
TABLECREATEA user created a table in the catalog.
TABLEDELETEA user deleted a table in the catalog.
TABLEREADA user read table information or data from the catalog.
TABLEREGISTERA user registered a new table in the catalog.
TABLEUPDATEA user updated a table definition in the catalog.
VIEWCREATEA user created a view in the catalog.
VIEWDELETEA user deleted a view in the catalog.
VIEWREADA user read a view in the catalog.
VIEWUPDATEA user updated a view definition in the catalog.

Source Events

These events appear in the sys.project.history.events table for any source in the project.

     Event Type          Actions     Description
SOURCECREATEA user created a data source.
SOURCEDELETEA user deleted a source connection. Any tables from the source were removed.
SOURCEUPDATEA user updated a source configuration.
FOLDERCREATEA user created a folder.
FOLDERDELETEA user deleted a folder.
TABLECREATEA user created a non-catalog table.
TABLEDELETEA user deleted a non-catalog table.
TABLEUPDATEA user updated a table, or Dremio performed a metadata refresh on a non-Parquet table.