Audit

The Audit feature in Bitaic enables administrators to review and track user activities across the platform. Audit logs help ensure accountability and provide visibility into changes made within your monitoring environment.

Key Features of Auditing

  • Comprehensive Activity Logs: Track actions such as login attempts, configuration changes, and agent installations.
  • Time-Stamped Events: Each log entry is time-stamped, allowing you to analyze events chronologically.
  • User Identification: Audit logs include user identifiers to help pinpoint the individual responsible for each action.

Viewing Audit Logs

Audit logs can be accessed via the Bitaic Dashboard or retrieved through the CLI.

  • Dashboard: Go to Settings > Security > Audit Logs to view a complete list of recent activities.
  • CLI: Run the following command to retrieve audit logs:
  • bitaic audit logs

Best Practices

  • Regular Review: Regularly review audit logs to identify unusual or unauthorized activities.
  • Export Logs: Export logs periodically for backup or integration with third-party security information and event management (SIEM) tools.

Audit Events Tracked

The following represents the audit events tracked within the system that are accessible to Admins.

CategoryEvent DescriptionEvent Code
Authentication EventsSuccessful loginAUTH_LOGIN_SUCCESS
Failed login attemptAUTH_LOGIN_FAILURE
LogoutAUTH_LOGOUT
Password reset requestedAUTH_PWD_RESET_REQUESTED
Password reset completedAUTH_PWD_RESET_COMPLETED
Password reset failedAUTH_PWD_RESET_FAILED
MFA setup initiatedAUTH_MFA_SETUP
MFA authentication successAUTH_MFA_SUCCESS
MFA authentication failureAUTH_MFA_FAILURE
Authorization EventsRole or permission changeAUTHZ_ROLE_PERM_CHANGE
Access request initiatedAUTHZ_ACCESS_REQUESTED
Access request grantedAUTHZ_ACCESS_GRANTED
Access request deniedAUTHZ_ACCESS_DENIED
User Management EventsUser account createdUSER_CREATE
User account deletedUSER_DELETE
Account lockedUSER_ACCOUNT_LOCKED
Account unlockedUSER_ACCOUNT_UNLOCKED
User profile updatedUSER_PROFILE_UPDATED
Session Management EventsSession createdSESSION_CREATED
Session terminatedSESSION_TERMINATED
Session timed outSESSION_TIMEOUT
Security Settings ChangesPassword policy updatedSECSET_PWD_POLICY_UPDATED
MFA settings changedSECSET_MFA_SETTINGS_UPDATED
Consent and Compliance EventsPrivacy agreement acceptedCONSENT_PRIV_AGREEMENT
Sensitive data accessedCONSENT_DATA_ACCESS