Skip to main content

Audit Logging

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, and there is currently no maximum retention policy for audit events.

Tracked Events

Dremio provides events for organization objects, such as integrated identity providers and users, and project objects such as sources, engines, and reflections.

Organization Events

Dremio supports audit logging for the following organization event types and actions:

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.
CLOUD
CREATE_STARTED
CREATE_COMPLETED
A user created a cloud. Clouds provide resources for running engines and storing metadata in a project.
CLOUD
DELETE_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.
ORGANIZATION
CREATE_STARTED
CREATE_COMPLETED
A user created the Dremio Cloud organization.
ORGANIZATION
DELETE_STARTED
DELETE_COMPLETED
A user closed and deleted the Dremio Cloud 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.
PROJECT
CREATE_STARTED
CREATE_COMPLETED
A user created a project in the Dremio Cloud organization.
PROJECT
DELETE_STARTED
DELETE_COMPLETED
A user deleted a project.
PROJECT
HIBERNATE_STARTED
HIBERNATE_COMPLETED
A user archived a project.
PROJECT
UNHIBERNATE_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.
ROLEUPDATEA user updated a custom 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.

The sys.project.history.events table contains these events in the default project.

Project Events

Dremio supports audit logging for the following project event types and actions:

Event TypeActionsDescription
ENGINE
CREATE_STARTED
CREATE_COMPLETED
A user created an engine.
ENGINE
DELETE_STARTED
DELETE_COMPLETED
A user deleted an engine.
ENGINE
DISABLE_STARTED
DISABLE_COMPLETED
A user disabled an engine.
ENGINE
ENABLE_STARTED
ENABLE_COMPLETED
A user enabled an engine.
ENGINE
UPDATE_STARTED
UPDATE_COMPLETED
A user updated an engine configuration.
ENGINE_SCALING
SCALE_DOWN_STARTED
SCALE_DOWN_COMPLETED
Dremio scaled down an engine by stopping one or more running replicas.
ENGINE_SCALING
SCALE_UP_STARTED
SCALE_UP_COMPLETED
Dremio scaled up an engine by starting one or more additional replicas.
FOLDERCREATEDremio created a managed folder.
FOLDERDELETEDremio deleted a managed folder.
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.
REPLICA
CREATE_STARTED
CREATE_COMPLETED
Dremio started a replica during an ENGINE_SCALING scale up event.
REPLICA
DELETE_STARTED
DELETE_COMPLETED
Dremio stopped a replica during an ENGINE_SCALING scale down event.
ROUTING_RULESETUPDATEA user modified an engine routing rule.
SOURCECREATEA user created a Dremio data source.
SOURCEDELETEA user deleted a Dremio source connection. Any tables from the source were removed.
SOURCEUPDATEA user updated a Dremio source configuration.
SUPPORT_SETTINGRESETA user reset an advanced configuration or diagnostic setting.
SUPPORT_SETTINGSETA user set an advanced configuration or diagnostic setting.
TABLECREATEA user created a non-catalog table.
TABLEDELETEA user deleted a non-catalog table.
TABLEUPDATEGenerated by one of the following:
  • A user updated a table configuration.
  • Dremio performed a scheduled metadata refresh on a non-parquet table.
  • A user performed a manual metadata refresh on a non-parquet table.
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.