This feature is currently in open Beta and subject to quick, iterative changes. As a result, the latest product version may differ from the contents of this document.
The Sigma Audit Log is a connection that provides metadata related to user-initiated events that occur within your Sigma organization.
This document details audit log event categories, event types, and entry metadata. For information about accessing the audit log, see Access and explore audit logs.
Contents
Documentation memo
Event categories
Event types and entry data
Base entry data
User access entries
User account entries
Account type entries
Team entries
Connection entries
Object interaction entries
Related resources
Documentation memo
This document references the audit log with its default column settings and connection configurations. If settings and configurations were customized by an Admin user, column visibility and naming in your audit log may differ.
To confirm column visibility and identify the default columns defined in this document, refer to the Column tab in your audit log. You can cross-reference your audit log's custom “friendly names” with cloud data warehouse (CDW) or database management system (DBMS) column IDs provided in the event metadata tables throughout this document.
Event categories
The audit log records user events in the following categories:
-
ACCESS_SIGMA: User access and interactions with passwords
-
USER_ACCOUNTS: Admin interactions with member accounts and user invitations in the Administration > People page and Administration > Account Types page
-
ACCOUNT_TYPES: Admin interactions with account type configurations and member assignments in the Administration > Account Types page
-
TEAMS: Admin interactions with team settings and member assignments in the Administration > Teams page
-
CONNECTIONS: Admin interactions with database connection configurations in the Administration > Connections page
-
OBJECT_INTERACTIONS: User interactions with workbooks, datasets, and workspaces
Event types and metadata
Base entry metadata (all entries)
All audit entries—regardless of event category or type—include the following base metadata:
Column name (default “friendly name”)
|
Column ID (CDW/DBMS column ID)
|
Data description |
ORGANIZATION_ID |
UUID associated with your Sigma instance |
SIGMA_URL |
URL of the application page where the event request occurred |
REQUEST_TIME |
Date and time of the event request in UTC |
REQUEST_ID |
UUID associated with the event request |
SCHEMA_VERSION |
Database schema model version |
CLOUD_PROVIDER |
Cloud service provider for your Sigma instance |
USER_ID |
System-generated ID associated with the user account responsible for the event request |
USER_EMAIL |
Email assigned to the user account responsible for the event request |
USER_IP |
IP address associated with the device on which the event request occurred |
USER_AGENT |
Software and browser details associated with the event request |
EVENT_CATEGORY |
Event request category (primary event classification) |
EVENT_TYPE |
Event request type (secondary event classification) |
EVENT_STATUS |
Event response status |
EVENT_STATUS_REASON_CODE |
Reason code for the event response
Provided for select events when Event Status = SUCCESS, and provided for all events when Event Status = FAILURE
|
User access entries
User access entries (Event Category column = ACCESS_SIGMA) record events related to user access and interactions with passwords. An entry’s Event Type and Auth Type depend on the authentication method and 2-factor authentication (2FA) requirement configured in the Admin > Authentication page.
User access events
Event type (column value)
|
Additional metadata (column name and possible values)
|
Event status (column value)
|
Event entry trigger |
Auth Type = PasswordLogin SamlLogin OAuthLogin |
SUCCESS |
New user registration submitted through page linked in user invite email → successful login
|
FAILURE |
New user registration submitted through page linked in user invite email → failed login
Failed logins using SAML or OAuth may be logged as the LOGIN event type
|
Auth Type = PasswordLogin |
SUCCESS |
Valid email and password entered in sign-in page → successful login
Applicable when password authentication is enabled and 2FA is disabled
|
FAILURE |
Invalid email or password entered in sign-in page → failed login
Applicable when password authentication is enabled and 2FA is enabled or disabled
|
Auth Type = PasswordLoginMfaTriggered |
SUCCESS |
Valid email and password entered in sign-in page → 2FA email successfully sent
Applicable when password authentication and 2FA are both enabled
|
Auth Type = PasswordLoginMfaVerify |
SUCCESS |
2FA code entered and verified → successful login
Applicable when password authentication and 2FA are both enabled
|
FAILURE |
2FA code entered but not verified → failed login
Applicable when password authentication and 2FA are both enabled
|
Auth Type = SamlLogin OAuthLogin |
SUCCESS |
Successful SAML authentication or OAuth authorization → successful login
Applicable when SAML or OAuth is enabled
|
FAILURE |
Failed SAML authentication or OAuth authorization → failed login
Applicable when SAML or OAuth is enabled
|
Auth Type = Logout |
SUCCESS |
Sign out selected in user menu → successful logout |
Auth Type = PasswordResetRequest |
SUCCESS |
Successful password reset request using Forgot Password feature in sign-in page
|
FAILURE |
Failed password reset request using Forgot Password feature in sign-in page → password reset email failed to send
|
Auth Type = PasswordReset |
SUCCESS |
New password submitted through page linked in password reset email → successful password reset
|
FAILURE |
New password submitted through page linked in password reset email → failed password reset
|
Auth Type = PasswordUpdate |
SUCCESS |
New password submitted through Change Password modal in Your Profile > Details page → successful password update
|
|
New password submitted through Change Password modal in Your Profile > Details page → failed password update
|
User access metadata
Column name (default “friendly name”)
|
Column ID (CDW/DBMS column ID)
|
Description |
AUTH_TYPE |
Type of authentication or authorization request associated with the event |
User account entries
User account entries (Event Category column = USER_ACCOUNTS) record events related to admin interactions with member accounts and user invitations in the Administration > People and Administration > Account Types page.
User account events
Event type (column value)
|
Additional metadata (column names)
|
Event status (column value)
|
Event entry trigger |
Target User Emails
Account Type ID
User Kind
|
SUCCESS |
New user invite submitted through Invite People to Use Sigma modal in Administration > People page → invite email successfully sent |
FAILURE |
New user invite submitted through Invite People to Use Sigma modal in Administration > People page → invite email failed to send |
Target User Emails |
SUCCESS |
Resend Invite selected in user action menu ( ) in Administration > People > Pending Invitations tab → invite email successfully resent |
FAILURE |
Resend Invite selected in user action menu ( ) in Administration > People > Pending Invitations tab → invite email failed to resend |
Target User Emails |
SUCCESS |
Revoke Invite selected in user action menu ( ) in Administration > People > Pending Invitations tab → successful user invite expiration |
FAILURE |
Revoke Invite selected in user action menu ( ) in Administration > People > Pending Invitations tab → failed user invite expiration |
Target User Ids
Account Type ID
User Kind
|
SUCCESS |
User member type or account type edited in Administration > People > [user_name] page → successful user update
Reassign account type selected in user action menu ( ) in Administration > People page → account type reassignment confirmed in modal → successful user update
Reassign account type ( ) function selected with bulk user selection in Administration > People page → account type reassignment confirmed in modal → successful bulk user update
User assigned to account type in Administration > Account Types > [account_name] page → successful user update
|
FAILURE |
User member type or account type edited in Administration > People > [user_name] page → failed user update
Reassign account type selected in user action menu ( ) in Administration > People page → account type reassignment confirmed in modal → failed user update
Reassign account type ( ) function selected with bulk user selection in Administration > People page → account type reassignment confirmed in modal → failed bulk user update
User assigned to account type in Administration > Account Types > [account_name] page → failed user update
|
Target User Ids |
SUCCESS |
Deactivate selected in user action menu ( ) in Administration > People > Members tab → successful user deactivation
Deactivate ( ) function selected with bulk user selection in Administration > People > Members tab → user deactivation confirmed in modal → successful bulk user deactivation
|
FAILURE |
Deactivate selected in user action menu ( ) in Administration > People > Members tab → failed user deactivation
Deactivate ( ) function selected with bulk user selection in Administration > People > Members tab → user deactivation confirmed in modal → failed bulk user deactivation
|
Target User Ids |
SUCCESS |
Reactivate selected in user action menu ( ) in Administration > People > Members tab → successful user activation |
FAILURE |
Reactivate selected in user action menu ( ) in Administration > People > Members tab → failed user activation |
User account metadata
Column name (default “friendly name”)
|
Column ID (CDW/DBMS column ID)
|
Metadata description |
TARGET_USER_IDS |
System-generated IDs associated with affected user accounts |
TARGET_USER_EMAILS |
Email address associated with user invite |
ACCOUNT_TYPE_ID |
UUID associated with the account type affected by or related to the event |
USER_KIND |
Member type assigned to affected user accounts |
Account type entries
Account type entries (Event Category column = ACCOUNT_TYPES) record events related to admin interactions with account type configurations and member assignments in the Administration > Account Types page.
Account type events
Event type (column value)
|
Additional metadata (column names)
|
Event status (column value)
|
Event entry trigger |
Features Added
Features Removed
|
SUCCESS
|
New account type configured in Administration > Account Types > New Account Type page → successful account type creation
|
FAILURE
|
New account type configured in Administration > Account Types > New Account Type page → failed account type creation
|
AccountType ID
Features Added
Features Removed
|
SUCCESS
|
Account type permissions edited in Administration > Account Types > [account_name] page → successful account type update
|
FAILURE
|
Account type permissions edited in Administration > Account Types > [account_name] page → failed account type update
|
AccountType Id
Delegate AccountType Id
|
SUCCESS
|
Delete selected in account type action menu ( ) in Administration > Account Types page → successful account type deletion
|
FAILURE
|
Delete selected in account type action menu ( ) in Administration > Account Types page → failed account type deletion
|
Account type metadata
Column name (default “friendly name”)
|
Column ID (CDW/DBMS column ID)
|
Metadata description |
ACCOUNT_TYPE_ID |
UUID associated with the account type |
DELEGATE_ACCOUNT_TYPE_ID |
New UUID associated with the account type |
FEATURES_ADDED |
Permissions included in the account type |
FEATURES_REMOVED |
Permissions excluded from the account type |
Team entries
Team entries (Event Category column = TEAMS) record events related to admin interactions with team settings and member assignments in the Administration > Teams page.
Team events
Event type (column value)
|
Additional metadata (column names)
|
Event status (column value)
|
Event entry trigger
|
Target User Ids
Change Type
Team Name
Team Kind
Create Team Folder
Is Team Admin
|
SUCCESS
|
New team added in Administration > Teams > New Team page → successful team creation
|
FAILURE
|
New team added in Administration > Teams > New Team page → failed team creation
|
Target User Ids
Change Type
Team Id
Is Team Admin
|
SUCCESS
|
Member added to or removed from team in Administration > Teams > [team_name] page → successful team update
|
FAILURE
|
Member added to or removed from team in Administration > Teams > [team_name] page → failed team update
|
Team Id
|
SUCCESS
|
Delete Team selected in Administration > Teams > [team_name] page → successful team deletion
|
FAILURE
|
Delete Team selected in Administration > Teams > [team_name] page → failed team deletion
|
Team metadata
Column name (default “friendly name”)
|
Column ID (CDW/DBMS column ID)
|
Description |
TARGET_USER_IDS |
System-generated IDs associated with affected user accounts |
CHANGE_TYPE |
Type of membership change |
TEAM_ID |
UUID associated with the team |
TEAM_NAME |
Team name assigned to the team |
TEAM_KIND |
Team type associated with the team |
CREATE_TEAM_FOLDER |
Team workspace added during team creation (true/false)
|
IS_TEAM_ADMIN |
Team admin role reassigned to user account responsible for the event (true/false)
|
Connection entries
Connection entries (Event Category column = CONNECTIONS) record events related to admin interactions with the CDW or DBMS connection configurations in the Administration > Connections page.
Connection events
Event type (column value)
|
Additional metadata (column names)
|
Event status (column value)
|
Event entry trigger
|
Connection Type
Connection Name
Connection Details
Connection Description
Connection Timeoutsecs Default
Connection Use Oauth
Cron Spec
Timezone
|
SUCCESS
|
New connection configured in Administration > Connections > Add new connection page → successful connection creation
|
FAILURE
|
New connection configured in Administration > Connections > Add new connection page → failed connection creation
|
Connection Id
Connection Type
Connection Name
Connection Details
Connection Description
Connection Timeoutsecs Default
Connection Use Oauth
Cron Spec
Timezone
|
SUCCESS
|
Connection edited Administration > Connections > [connection_name] > Edit connection page → successful connection update
|
FAILURE
|
Connection edited Administration > Connections > [connection_name] > Edit connection page → failed connection update
|
Connection Id
|
SUCCESS
|
Delete Connection selected in Administration > Connections > [connection_name] page → successful connection deletion
|
FAILURE
|
Delete Connection selected in Administration > Connections > [connection_name] page → failed connection deletion
|
Connection metadata
Column name (default “friendly name”)
|
Column ID (CDW/DBMS column ID)
|
Description |
CONNECTION_ID |
UUID associated with the connection |
CONNECTION_TYPE |
CDW or DBMS provider associated with the connection |
CONNECTION_NAME |
Connection name assigned to the connection |
CONNECTION_DETAILS |
Connection credentials (host, account, warehouse, user, role) |
CONNECTION_TIMEOUTSECS_DEFAULT |
Connection timeout duration assigned to the connection |
CONNECTION_USE_OAUTH |
OAuth access configuration |
CRON_SPEC |
Auto indexing schedule for the connection |
TIMEZONE |
Auto indexing schedule's time zone |
Object interaction entries
Object interaction entries (Event Category = OBJECT_INTERACTION) record events related to user interactions with workbooks, datasets, and workspaces.
Object interaction events
Event type (column value)
|
Additional metadata (column names)
|
Event status (column value)
|
Event entry trigger
|
Inode Id
Parent Inode Id
Object Type
Object Name
Object Description
Source Inode Id
Source Version
Is Reusable
|
SUCCESS
|
New exploration/workbook opened using Create New feature in homepage → successful exploration/workbook creation
New exploration/workbook opened from a connection → successful exploration/workbook creation
New exploration/workbook opened using New Document feature in My Documents page → successful exploration/workbook creation
Existing workbook duplicated in My Documents or Workspace page → successful workbook creation
Template selected in the Templates page → successful exploration creation
|
FAILURE
|
New exploration/workbook opened using Create New feature in homepage → failed exploration/workbook creation
New exploration/workbook opened from a connection → failed exploration/workbook creation
New exploration/workbook opened using New Document feature in My Documents page → failed exploration/workbook creation
Existing workbook duplicated in My Documents or Workspace page → failed workbook creation
Template selected in the Templates page → failed exploration creation
|
Connection Id
Inode Id
Parent Inode Id
Object Type
Object Name
Source Inode Id
Source Version
|
SUCCESS
|
New dataset opened using Create New feature in homepage → successful dataset creation
New dataset saved from a connection → successful dataset creation
New dataset opened using New Document feature in My Documents page → successful dataset creation
|
FAILURE
|
New dataset opened using Create New feature in homepage → failed dataset creation
New dataset saved from a connection → failed dataset creation
New dataset opened using New Document feature in My Documents page → failed dataset creation
|
Inode Id
Object Type
Object Name
|
SUCCESS
|
New workspace added using Create Workspace feature in Workspaces page → successful workspace creation
|
FAILURE
|
New workspace added using Create Workspace feature in Workspaces page → failed workspace creation
|
Inode Id
Object Name
Object Description
Is Run As Service Account (workbook only)
|
SUCCESS
|
Workbook, dataset, or workspace name edited → successful document update
|
FAILURE
|
Workbook, dataset, or workspace name edited → failed document update
|
Inode Id |
SUCCESS
|
Delete selected in header menu in open workbook or dataset → successful document deletion
Delete selected in workbook or dataset menu ( ) in Home, Recents, Favorites, Shared with Me, My Documents, or Workspaces page → successful document deletion
Delete selected in workspace menu ( ) in Workspaces page → successful workspace deletion
|
FAILURE
|
Delete selected in header menu in open workbook or dataset → failed document deletion
Delete selected in workbook or dataset menu ( ) in Home, Recents, Favorites, Shared with Me, My Documents, or Workspaces page → failed document deletion
Delete selected in workspace menu ( ) in Workspaces page → failed workspace deletion
|
Inode Id
Object Type
Object Name
|
SUCCESS
|
Workbook, dataset, or workspace selected in Trash page → recovery preferences submitted in modal → successful document recovery
|
FAILURE
|
Workbook, dataset, or workspace selected in Trash page → recovery preferences submitted in modal → failed document recovery
|
Inode Id
Object Type
Object Name
|
SUCCESS
|
Exploration, workbook, or dataset selected (systemwide) → document successfully opened
|
FAILURE
|
Exploration, workbook, or dataset selected (systemwide) → document failed to open
|
Object Type
Object Name
|
SUCCESS
|
CSV file uploaded to a workbook or dataset → successful data upload
|
FAILURE
|
CSV file uploaded to a workbook or dataset → failed data upload
|
Object interaction metadata
Column name (default “friendly name”)
|
Column ID (CDW/DBMS column ID)
|
Description |
CONNECTION_ID |
UUID associated with the connection |
INODE_ID |
UUID associated with the inode containing the object's metadata |
PARENT_INODE_ID |
UUID associated with the parent inode referencing the object's inode |
OBJECT_TYPE |
Type of object created |
OBJECT_NAME |
System- or user-generated name associated with the object |
SOURCE_INODE_ID |
Inode ID of the object's source (if created from an existing object) |
SOURCE_VERSION |
Source code version of the object's source (if created from an existing object) |
IS_REUSABLE |
Workbook saved as a reusable dataset (true/false) |
IS_RUN_AS_SERVICE_ACCOUNT |
Workbook configured to execute queries using a service account (true/false) |
Related resources