Audit Log

Introduction

The audit logs make it possible to track activities on the entire server without having to search through logs.

Audit log

The audit log is available under Settings → Audit log. Access is role-based: Auditor accounts can review all records; Manager accounts see only device-scoped records for their assigned groupings; all other account types have no access. The data is saved for 180 days by default and can be easily searched within the Relution portal.

The following columns are available for information:

  • Timestamp
  • User name
  • Method (POST, GET, PUT, DELETE)
  • Description
  • Status
  • Organization
  • IP ADDRESS
  • Endpoint

This allows all changes to be tracked.

Storage Limit Behaviour

Audit records are automatically purged when they exceed the configured retention period of 180 days. The cleanup runs periodically during off-peak hours, deleting records in batches to avoid database locks.

If disk space is exhausted before cleanup runs, new audit records may fail to write. The System Administrator must monitor disk usage and ensure sufficient storage is available for the configured retention period. There is no automatic low-storage notification — this is a System Administrator responsibility.

Audit Trail Integrity

The audit trail is a security property, not a configurable feature.

nginx Access Logs

The nginx reverse proxy logs every HTTP/HTTPS request, including the TLS protocol and cipher suite negotiated for the connection. These logs complement the Relution application audit log for the network channel layer.

Accessing the logs:

docker logs nginx

Or to follow in real time:

docker logs -f nginx

Each access log line has the format defined in relution-nginx.conf:

<remote_addr> - <user> [<time>] "<request>" <status> <bytes> "<referer>" "<user_agent>" "<x_forwarded_for>" <request_time> <upstream_time> <pipe> <ssl_protocol> <ssl_cipher>

The $ssl_protocol and $ssl_cipher fields at the end of each line record the TLS version and cipher suite used for that connection (e.g. TLSv1.3 TLS_AES_256_GCM_SHA384). These are only populated for HTTPS requests; HTTP requests (redirected to HTTPS) log - for both fields.

The error log is written to stderr and is also accessible via docker logs nginx.

Audit Event Reference

Device Management Events
EventDescription
Auto-enrollment deletedDeleted auto enrollment name.
Auto-enrollment importedImported a list of Android devices via CSV import.
Auto-enrollment updatedUpdated auto enrollment name.
Android auto-enrollmentEnrolled Android device name using auto enrollment
Android Enterprise disconnectedAssociation between Google organization and Relution organization has been removed.
SIM activation state changedChanged activation state of SIM with ICCID: iccId on device deviceName from oldState to newState.
SIM addedAdded SIM with ICCID: iccId to device deviceName.
SIM removedRemoved SIM with ICCID: iccId from device deviceName.
Android Enterprise data updatedUpdated Android Enterprise data.
Apple passcode enrollmentEnrolled an Apple device with passcode.
App deployed to deviceDeployed appDefaultName to deviceName.
Authorized Device: Device info refreshedRefreshed the current authorized devices information
Authorized Device: Policy refreshedRefreshed the current authorized devices applied policy with mode refreshType
Authorized Device: Android policy version setUpdated the current authorized devices executed policy versions
Authorized Device: Android device withdrawnWithdrew the current authorized device
Authorized Device: Compliance violation detectedCreated compliance violations for the current authorized device
Authorized Device: Device action updatedUpdate action of type type with state state
Device action deletedDeleted action of type type for device deviceName
Authorized Device: Device sub-action updatedUpdate sub-action of type type with state state
Authorized Device: Companion action updatedUpdate companion action for current authorized device of type type
Bulk action createdCreated bulk requestType operationType operation.
Device certificate deletedDeleted a device certificate.
Device certificate revokedRevoked device certificate certificateName of device deviceName with reason revocationReason
DEP enrollmentEnrolled a DEP device.
Expired cert allowedAllowed expired identity certificates on device deviceName.
App assignment deletedDeleted app packageName assignment from the device.
Device action createdCreated action of type type for device deviceName
Device action canceledCanceled action of type actionType for device deviceName
Device deletedDeleted the device deviceName.
Device settings changedDevice settings change for device uuid of type type finished with state reason.
Policies disabled on deviceDisabled policies changed for the device deviceName.
Group action createdCreated a new device group action name.
Group action deletedDeleted the device group action name.
Group action updatedUpdated the device group action name.
Auto-enrollment added to groupAdded device groups to auto enrollments
Auto-enrollment removed from groupRemoved device groups from auto enrollments
Device group createdCreated a new device group name.
Device group copiedCopied a device group name.
Device group deletedDeleted the device group name.
Devices added to groupAdded devices to the device group name
All devices removed from groupRemoved all devices from device group name.
Devices removed from groupRemoved some devices from device group name.
Group devices updatedChanged the devices in the device group name.
Policies added to groupAdded policies to the device group name.
All group policies removedRemoved all policies from device group name.
Group policies removedRemoved policies from the device group name.
Group policies updatedChanged the policies for device group name.
Device group updatedUpdate the device group name.
Device refresh[DEPRECATED] Request device info for deviceName.
Device policies refreshedTriggered policy refresh for deviceName.
Withdraw notification sentSend notification that device deviceName has been withdrawn.
Passcode enrollmentEnrolled device name with passcode.
Linux passcode enrollmentEnrolled Linux device name by passcode
Devices migratedMigrated device(s) to organization targetOrganizationUuid.
Bulk policy refreshRefreshed policies by refreshType for multiple devices.
Policy priority updatedUpdated the priorities of the policies for platform platform.
POLICIES_COPY_TO_ORGANIZATION_V1Copying policies to organization
Policy clonedDuplicated policy name (name**nameSuffix).
Policy version config createdCreated policy configuration type for policy version policyName (version).
Policy version config deletedDeleted policy configuration type for policy version policyName (version).
Policy version config updatedUpdated policy configuration type for policy version policyName (version).
Policy config uploadedUploaded file for policy configuration.
Policy createdCreated policy name.
Policy deletedDeleted policy name.
Device groups added to policyAdded device groups to policy name.
Device groups removed from policyRemoved device groups from policy name.
Policy exportedExported policies. Successful: policyName. Failures: policyName.
Policy importedImported policies. Successful: policyName. Failures: policyName.
Policy off-time createdCreated off time schedule name.
Bulk off-time deletedBulk deleted off time schedules
Policy off-time deletedDeleted off time schedule name.
Off-time exportedExported multiple off time schedules to an iCal calendar.
Off-time importedImported iCal calendar as off time schedules.
Off-time sync createdCreated the off time schedule sync settings.
Off-time sync deletedDeleted the off time schedule sync settings.
Off-time syncSynced the off time schedules.
Policy off-time updatedUpdated off time schedule name.
Policy updatedUpdated policy name.
Policy version createdCreated a new policy version for policy policyName.
Policy version publishedPublished the policy version policyName (version).
Policy version testedPublished the test policy version policyName (version).
Policy version updatedAdded policy version version to policy policyName.
Policy version info updatedEdited the name and description of policy version name from policy policyName.
Policy version restoredRestored policy version name for policy policyName
Push device createdCreated the push device name.
Push device updatedUpdated the push device name.
Apps removed from devicesRemoved apps from several devices.
Remote support requestedRequest remote support for device
Device deleted via Self ServiceDeleted the device name.
Device locatedLocated the device name.
Device lockedLocked the device name.
Lost mode disabledDisabled lost mode for device name.
Lost mode enabledEnabled lost mode for device name.
Device info refreshedSent a refresh device info action.
Passcode resetReset passcode the device name.
Device wipedWiped the device name.
Shared device logoutLogged out shared devices deviceUuids.
Device user updatedAssign user username to device deviceName.
Device enrolledEnrollment of device name uuid (platform).
Device re-enrolledRe-enrollment of device name uuid (platform).
Device identificationIdentification of platform device uuid.
Device unenrolledUnenrollment of device name uuid (platform).
Installed applications changed for deviceInstalled applications changed for device uuid (platform).
Installed certificates changed for deviceInstalled certificates changed for device uuid (platform).
OS version changed for deviceplatform OS version for device uuid changed to newOsVersion securityPatchLevel
Device details readRead details for device deviceName.
Compliance status readRead compliance status for device deviceName.
Compliance history readRead compliance history for device deviceName.
Device actions readRead actions for device deviceName.
Device action readRead action actionUuid for device deviceName.
Sub-actions readRead sub-actions of action actionUuid for device deviceName.
Compliance violation readRead compliance violation complianceViolationUuid for device deviceName.
Device location readRead location for device deviceName.
Device base info readQueried device base info.
Installed applications readRead installed applications for device deviceName.
Available updates readRead available updates for device deviceName.
Application logs readRead application logs for device deviceName.
Authorized Device: Device readRead the current authorized device
Authorized Device: Device actions readRead actions for the current authorized device
Authorized Device: Compliance violations readRead compliance violations for the current authorized device
Authorized Device: Compliance violation readRead compliance violation complianceViolationUuid for the current authorized device
Authorized Device: MDM profile updatedUpdated the MDM profile for the current authorized device
Authorized Device: Relution Agent settings readRead Relution Agent settings for the current authorized device
Decon device config readRead Decon configuration for device.
General Events
EventDescription
API Token createdCreated a new access token.
API Token deletedDeleted access token name.
API Token updatedUpdated access token name.
Android Enterprise logo updatedUpdated Android Enterprise logo.
Android Enterprise logo uploadedUploaded Android Enterprise logo.
APNs CSR signedRequested a signed APNS CSR.
APNS certificate parsedParsed APNS certificate and verified if there is a push topic mismatch.
APNS certificate linkedLinked the APNS certificate to the organization.
APNs migrationMigrated the legacy custom APNS cert handling.
ASM SFTP syncSynchronized the Apple School Manager SFT.
App category addedAdded apps to category categoryName.
App category deletedRemoved apps from category categoryName.
App auto-deployment createdCreated app app auto deployment for roleUuid.
App auto-deployment deletedDeleted an app auto deployment.
App created from fileCreated app from resource resourceName.
App created from App StoreAdded appstoreName appId app to Relution.
App createdCreated app for resource defaultName.
App deletedDeleted app defaultName.
App permissions updatedUpdated the app permissions for app defaultName.
App request createdCreated app request for appstoreType app id
Self-hosted app updatedUpdated Google Play Console license key for self-hosted app defaultName.
App updatedUpdated app defaultName.
App set as globalMade app defaultName global.
App script createdCreated new app script “scriptName” for app “appName
App script deletedDeleted app script with uuid “name
App script updatedUpdated app script “scriptName” for app “appName
App version approvedApproved appDefaultName version versionName.
App version created from fileCreated new version versionName of appDefaultName.
App version createdCreated new version versionName of app appDefaultName.
App version deletedDeleted version versionName of app appDefaultName.
App version movedMoved version versionName of appDefaultName to releaseStatus.
Update version mappingUpdate version mapping for app appUuid
App version rejectedRejected app appDefaultName of version versionName.
App version updatedUpdated version name of app appDefaultName.
App version file uploadedUploaded app version from file.
App icon uploadedUploaded app version icon from file.
App screenshot uploadedUploaded app version screenshot from file.
ASM configuration createdCreated ASM Configuration with provider name providerName
ASM configuration updatedUpdated ASM Configuration with provider name providerName
ASM configuration deletedDeleted ASM Configuration with provider name providerName
ASM configuration syncedASM sync was triggered.
Cancelled audit log export.Cancelled the running audit log CSV export job.
Started audit log export.Started an audit log CSV export.
Audit log CSV export downloaded.Audit log CSV export downloaded.
Deleted the latest CSV file exportDeleted the latest CSV file export
Audit Logs cleaned upDeleted deletedCount audit logs older than removeAfter days.
Audit log readRead the audit log.
Authorized Device: Device updatedUpdate current authorized device
Authorized Device: Find My Device setting updatedUpdated the current authorized devices “Find My” enabled status to enabled
Authorized Device: Compliance history recordedCreated compliance histories for the current authorized device
Authorized Device: Parent app link createdCreated a new parent app link for the current authorized device
Authorized Device: Agent permissions updatedUpdated granted permissions for the current authorized devices Relution Agent
Authorized Device: TeamViewer registeredRegister device for TeamViewer as requested by action actionUuid
Authorized Device: iBeacon event updatedUpdated active iBeacons for current authenticated device
Authorized Device: iBeacon range updatedUpdate iBeacons in range for the current authenticated device
Authorized Device: Zone event updatedUpdated active iBeacons for current authenticated device
Authorized Device: Zone range updatedUpdate iBeacons in range for the current authenticated device
Authorized Device: Chrome extensions updatedUpdate Chrome Extension infos for current authenticated device
Authorized Device: Device location updatedUpdate location of current authenticated device
Authorized Device: Conditional Access info updatedUpdated the current authorized devices MSCA information
Enrollment CSV updatedUpdated auto enrollment via csv.
Enrollment profile createdCreated auto enrollment profile profileName.
Enrollment profile deletedDeleted auto enrollment profile profileName.
Enrollment profile updatedUpdated auto enrollment profile profileName.
Bulk auto-enrollment claimExecuted bulk claim of auto enrolled devices
Entra ID device syncManually synced devices from Azure.
Azure org map createdCreated a map between Azure Organizations and groups.
Azure org map deletedDeleted a map between Azure Organizations and groups.
Azure org map updatedUpdated a map between Azure Organizations and groups.
Entra ID user/group syncManually synced users and groups from Entra ID.
Bug report submittedReported a Bug.
Bulk enrollment createdCreated bulk enrollments.
Category createdCreated new app category defaultName.
Category deletedDeleted app category defaultName.
Category updatedUpdated app category defaultName
CA createdCreated name with CA authorityType.
CA deletedDeleted certificate authority name.
CA root certificate setBuilt-in PKI certificate generated
User certificate deletedDeleted user CA certificate.
CA updatedUpdated certificate authority name.
Certificate createdCreated certificate commonName.
Certificate deletedDeleted certificate name.
Certificate file uploadedUploaded certificate file.
Certificate restoredRestored certificate commonName.
Cert template createdCreated certificate template name.
Cert template deletedDeleted certificate template name.
Cert template updatedUpdated certificate template name.
Certificate updatedUpdated certificate commonName.
Client apps updatedUpdated the Client Apps of body.
OTP email sentSends a new OTP to all configured emails.
Course createdCreated course name.
Course CSV importedImport courses via CSV file.
Course deletedDeleted course name.
User courses updatedUser name set as courseMemberType for courses.
Course updatedUpdated course name.
User CSV uploadedUploaded CSV file to import users
Class CSV uploadedUploaded CSV file to import classes
Auto-enrollment CSV uploadedUploaded CSV file to update auto enrollments
Device CSV uploadedUploaded CSV file to update devices
Decon request CSV uploadedUploaded CSV file to update decon requests
License claim CSV uploadedUploaded CSV file to import license claims
Decon request createdCreated new Relution Decon Request domain.
Decon request deletedDeleted the Relution Decon Request domain.
DECON_REQUEST_IMPORT_V1
Decon request updatedUpdated the Relution Decon Request status to status.
DEP account createdCreated a new DEP account serverName.
DEP account deletedDeleted the DEP account serverName.
DEP token updatedUpdated DEP server token for DEP account serverName.
DEP account updatedUpdated the DEP account serverName.
DEP devices syncedSynchronized DEP devices.
DEP profile createdCreated a new DEP profile profileName.
DEP profile deletedDeleted the DEP profile profileName.
DEP profile updatedUpdated the DEP profile profileName.
DEP server token uploadedUploaded a DEP server token.
Device catalog syncedRelution auto enrollment devices have been synchronized.
Device registered in catalogRegistered organization in Relution auto enrollments.
Bulk device claimExecuted bulk claim of devices
Device lending createdLent out deviceName.
Device lending deletedRemoved deviceName lending.
Lending file uploadedUploaded signature file for device lending.
Device lending updatedUpdated details of deviceName lending.
Device log deletedDeleted log events for device deviceName.
Device log details createdCreated log event details for device deviceName.
Device log details deletedDeleted log event details for device deviceName.
Device log details updatedUpdated log event details for device deviceName.
Device details updatedUpdated device details for deviceName.
Device names updated via CSVUpdated the device names via CSV upload.
Device updatedUpdated device details for name.
Domain user createdCreated a new domain user name.
DPA deletedDeleted a signed DPA (bucket bucket - version version).
DPA previewedRequested a DPA preview (bucket bucket - version version).
DPA signedSigned the DPA (bucket bucket - version version).
Permission role createdCreated a new permission name.
Permission role deletedDeleted the permission name.
Permission role exportedExported permissions as JSON.
Permission role importedImported permissions from JSON.
Permission role updatedUpdated the permission name.
Enrollment createdCreated enrollment name (passcode) for platform platform.
Enrollment deletedDeleted enrollment enrollmentName (passcode).
Enrollment notification retryRetried to send notification for enrollment name.
Enrollment updatedUpdated enrollment: name (passcode) for platform: platform.
File deletedDeleted file name.
File uploadedUploaded file(s) name.
File uploaded via actionUploaded file name via action.
File uploaded via group actionUploaded file name via device group action.
Scoped file uploadedUploaded file name with scope scope and category category.
ZIP file uploadedUploaded files name via zip with scope scope and category category.
Font created from fileCreated font name from file resourceName.
Font deletedDeleted font name.
Font file uploadedUploaded font file name.
Impersonation endedEnd of impersonation.
Impersonation started (V2)Impersonation started for user name.
iBeacon createdCreated iBeacon name.
iBeacon deletedDeleted iBeacon name.
iBeacon updatedUpdated iBeacon name.
Knox capability updatedUpdated Knox Mobile Enrollment capability.
Language updatedCreated or updated the language name.
Language deletedDeleted the language name.
LDAP configuration createdCreated a new LDAP configuration providerName.
LDAP configuration deletedDeleted the LDAP configuration providerName.
LDAP configuration updatedUpdate the LDAP configuration providerName
LDAP sync changed passwordChanged LDAP password for userName with Provider:providerName.
LDAP password reset request createdCreated LDAP password reset request for userName with Provider: {{request ProviderName}}.
LDAP sync finishedLDAP syncType synchronization finished for providerName.
LDAP sync startedLDAP syncType synchronization started for providerName.
LDAP sync timeoutLDAP syncType synchronization timed out for providerName.
LDAP syncLDAP sync was triggered.
Lesson action appliedApplied actionType for lesson lessonName.
Lesson createdCreated lesson name.
Lesson deletedDeleted lesson lessonName.
Lesson favorite createdCreated new lesson favorite “favoriteName
Lesson favorite deletedDeleted lesson favorite “favoriteName
Lesson favorite updatedUpdated lesson favorite “favoriteName
Lesson message sentMessage sent to students in Lesson lessonName: title, message
Lesson template copiedCopied lesson template templateName.
Lesson template createdCreated lesson template name.
Lesson template deletedDeleted lesson template templateName.
Lesson template updatedUpdated lesson template templateName.
Lesson updatedUpdated lesson lessonName.
License allocation createdSet license allocation for organisation targetOrganizationName targetOrganizationUuid.
License allocation deletedDeleted license allocation for organisation targetOrganizationUuid.
License allocation updatedUpdated license allocation for organisation targetOrganizationName targetOrganizationUuid.
License claim CSV importedImported license claims via CSV.
Linux minion configuredCurrent authorized device requested Linux salt minion configuration
IP added to allowlist (V2)Created access rule name for IP address ip: state.
IP removed from allowlist (V2)Deleted access rule name for IP address ip: state.
Allowlisted IP updated (V2)Updated access rule name for IP address ip to state.
Password login successSuccessful log in with password via application.
SSO login successSuccessful log in with SSO ssoProvider.
Password login failedFailed log in with password via application.
SSO login failedFailed log in with SSO ssoProvider.
MFA login successSuccessful MFA verification via application.
MFA login failedFailed MFA verification via application.
User logoutSuccessful log out.
Market mapping createdCreated market mapping marketName.
Market mapping deletedDeleted market mapping marketName.
Market mapping updatedUpdated market mapping marketName.
MDM URLs updatedUpdated MDM URL mapping for device with serial number serialNumber.
MDM URLs deletedDeleted MDM URL mapping for device with serial number serialNumber.
MFA configuration createdCreated a type MFA configuration.
MFA type deletedDeleted MFA configuration type type.
MFA type setSet MFA configuration type type.
MFA type verifiedVerified MFA configuration type type.
MSCA consent requestedRequested admin consent URL for Microsoft Conditional Access.
MSCA assignments syncedSynced Microsoft Conditional Access group assignments.
MSCA device info syncedSynchronize MSCA Device info from Entra
MSCA Windows updateUpdated Conditional Access Windows enabled to enabled
Notification hiddenHide the notification notificationId.
All notifications revealed (V1)Revealed all hidden notifications.
All notifications revealed (V2)
Notification revealedRevealed the notification notificationId.
OIDC configuration createdCreated a new Single Sign On configuration for providerName.
OIDC configuration deletedDeleted the Single Sign On configuration of providerName.
OIDC configuration updatedUpdated the Single Sign On configuration for providerName.
Organization deletedDeleted organization name.
Org domain createdCreated managed domain domainName.
Org domain updatedUpdated managed domain domainName.
Org domain deletedDeleted managed domain domainName.
Organization updatedUpdated organization name.
Organization wizard completedCreated organization via wizard.
Log level changedLog level for package packageNames is changed to logLevel.
Log level resetReset the log level for packages body.
Default log level restoredRestored the log levels for all packages and log groups to their default.
Parent app establishedEstablished the parent app for user parentEmail.
Parent app link confirmedEmail address for parent app link has been confirmed.
Parent app link deletedDeleted the parent app link for user parentEmail.
Parent link invite updatedSent parent app request validation email to parentEmail.
Parent app link updatedUpdated the parent app link for user parentEmail.
Parent app: Delete app linkParent app: Delete app link with uuid: uuid
Parent app: Update blocked appParent app: Update blocked app for app link uuid for app {{mapped.identifier}
Parent app: Bulk update blocked appsParent app: Bulk update blocked apps for app link uuid
Password changedChanged password.
Account registeredRegistered a new account in organizationName.
OneRoster createdCreated new OneRoster configuration with name: providerName
OneRoster deletedDeleted OneRoster configuration with name: providerName
OneRoster updatedEdited OneRoster configuration with name: providerName
OneRoster syncedOneRoster sync triggered
Schul-Connex createdCreated new SchulConnex configuration with name: providerName
Schul-Connex deletedDeleted SchulConnex configuration with name: providerName
Schul-Connex updatedEdited SchulConnex configuration with name: providerName
Schul-Connex syncedSchulConnex sync triggered
Script createdCreated script name.
Script deletedDeleted script name.
Script updatedUpdated script name.
Security group createdCreated a new group name.
Security group deletedDeleted the group name.
Domain group savedStored the domain group name as device group.
Security group updatedUpdated the group name.
Security provider syncSecurity provider providerName modified users and groups during syncType sync.
TeamViewer authorizedAuthorized accessing Teamviewer for remote support.
TeamViewer deauthorizedDeauthorized accessing Teamviewer for remote support.
Azure AD settings deletedDeleted the Entra ID settings.
Email settings deletedRemoved Email (SMTP) configuration.
Google Workspace syncTriggered a sync for ChromeOS devices in the current organization.
Android Enterprise settings updatedUpdated the Android Enterprise setting.
APNs settings updatedUpdated Apple Push Notification Server settings.
App Store settings updatedUpdated the App Store setting.
ASM SFTP settings updatedUpdated the Apple School Manager SFTP sync settings.
Azure AD settings updatedUpdated the Entra ID settings.
Client apps settings updatedUpdated the Client Apps settings.
Custom CSS updatedUpdated custom portal css.
Customizing settings updated[Deprecated] Updated the customization settings.
Custom logo updatedUpdated custom portal logo.
Custom translation updatedUpdated custom portal translations.
Customizing settings updatedUpdated the Customization settings.
Device custom fields updatedUpdated device custom fields settings.
Lending settings updatedUpdated device lending settings.
Ownership settings updatedUpdated device ownership settings.
Email settings updatedUpdated Email (SMTP) configuration.
General org settings updatedUpdated general organization settings.
Google Workspace key uploadedUploaded private account key name for Google Workspace settings.
Google Workspace settings updatedUpdated the Google Workspace settings.
Lesson schedule updatedUpdated lesson schedule settings.
Linux MDM settings updatedUpdated Linux MDM settings
MDM settings updated (Deprecated)[Deprecated] Updated MDM settings.
Group migration settings updatedUpdated MDM settings and started device group migration.
MDM settings updatedUpdated MDM settings.
Notification settings updated (Deprecated)[DEPRECATED] Updated notification settings.
Notification settings updatedUpdated notification settings.
Org management updatedUpdated organization management settings.
Password policy updatedUpdated password policy.
Relution Shield updatedUpdated Relution Shield settings.
Remote support settings updatedUpdated remote support settings.
Secure Mail Gateway updatedUpdated secure mail gateway settings.
Support settings updated (Deprecated)[DEPRECATED] Updated support settings.
Support settings updatedUpdated support settings.
System general settings updatedUpdate general system settings.
App metadata updatedUpdated the metadata for store app defaultName.
App version metadata updatedUpdated the metadata for store app version defaultName (name).
App version promotedThe app defaultName (name) has been promoted to Global Organization.
Student status updatedUpdated the status of student studentName in lesson lessonName.
System security updatedUpdate security settings.
Teacher Console: lesson createdCreated a new lesson.
Teacher Console: lesson deletedDeleted a lesson.
Teacher Console: logout triggeredLogged out shared devices during lesson.
Teacher Console: template createdCreated a new lesson template name.
Teacher Console: template deletedDeleted the lesson template name.
Teacher Console: template updatedUpdated the lesson template name.
Teacher Console: action triggeredTriggered actionType action for the lesson.
Teacher Console: lesson updatedUpdated a lesson.
Teacher Console: weblink createdCreated a web link to url.
Teacher Console: resource createdUploaded a lesson weblink preview image
IP blockedCreated a new temporary blocked IP address ip.
IP unblockedDeleted a temporary blocked IP address ip.
Token notification handledHandled notificationType notification for token tokenAccountName.
User accepted invitationUser username has accepted the invitation.
User certificate createdCreated themselves a new user certificate.
User certificate deletedDeleted themselves a new user certificate.
Creating user certificate for userCreating user certificate for user userUuid
Password reset requestedHas requested a password reset for user name.
User createdCreated a new user email.
User deletedDeleted user userName.
User file importedImported a list of users via a CSV file.
User MFA createdCreated a new MFA type for user username.
User MFA deletedDeleted MFA type for user username.
User MFA verifiedUser username has verified MFA type.
User password resetPassword has been safely reset for user.
Profile image uploadedUploaded profile image file.
Profile image archive uploadedUpload ZIP archive including profile images that will be mapped to users in this organization
Profile image archive importedImport profile images by previously uploaded zip archive and map them to users of the organization
User properties updatedUpdated the users own properties.
New password requestedRequested a reset password.
Invitations sentSent invitation(s) for new users.
User groups updatedUpdated the groups for user name.
User password updatedUpdated the password for user name.
User preferences updatedUpdated the preferences for user name.
User updatedUpdated the user name.
VPP asset createdCreated VPP asset from resource resourceName.
VPP asset updatedDeposit resource resourceName for VPP asset vppAssetDefaultName.
VPP asset deletedDeleted VPP asset from resource vppAssetDefaultName.
VPP file uploadedUpload vpp asset file.
VPP assignment associatedAssociated VPP assets to users/devices.
VPP assignment removedDisassociated VPP assets from users/devices.
VPP assignment syncSynced VPP assignments.
VPP sync triggeredTriggered VPP sync for vppAccountName.
VPP token createdCreated VPP token for accountName.
VPP token deletedDeleted VPP token for accountName.
VPP token syncTriggered VPP sync for all VPP tokens in the user organization.
VPP token updatedUpdated VPP token for accountName.
VPP users registeredRegistered VPP users for vppAccountName.
VPP users retiredRetired VPP users for vppAccountName.
VPP user syncTriggered VPP user sync for vppAccountName.
Workflow step createdCreated the new name step in workflow.
Workflow step deletedDeleted workflowStepName step for workflow.
Workflow step updatedUpdated the name step in workflow.
Workflow updatedUpdated workflow.
GeoFence createdCreated new GeoFence name.
GeoFence deletedDeleted the GeoFence name.
GeoFence updatedUpdated the GeoFence name.
Enrollment agreement createdCreated a new enrollment agreement title.
Enrollment agreement updatedUpdated the enrollment agreement title.
Enrollment agreement deletedDeleted the enrollment agreement title.
Relution server startRelution Server started on node node.
Relution server stopRelution Server stopped on node node.
Lesson weblink resource readRead weblink resource resourceUuid.
Parent app: Installed apps readParent app: Read installed apps for app link parentAppLinkUuid
DEK initializedData encryption key initialized using algorithm (mode), key: keyId.
DEK re-wrappedData encryption key re-wrapped using algorithm (mode), target key: keyId.
DEK rotatedData encryption key rotated using algorithm (mode), version: keyId.
Key pair generatedCryptographic key pair generated using algorithm (component).
Certificate signedX.509 certificate signed using algorithm (component).
CMS payload signedCMS payload signed using algorithm (mode, component).
JWT signedJWT signed using algorithm (component).

Server Log References

Encryption/Decryption integrity failures:

INTEGRITY_FAILURE operation=ENCRYPT entity={} attribute={} outcome=FAILURE subject={}
INTEGRITY_FAILURE operation=DECRYPT entity={} attribute={} outcome=FAILURE subject={}
TLS_INTEGRITY_FAILURE host={} outcome=FAILURE reason="{}" error="{}"

Cryptographic key derivation:

CRYPTO_KEY_DERIVATION category={} algorithm={} purpose="{}"
CRYPTO_KEY_DERIVATION category={} algorithm={} iterations={} purpose="{}"
TLS_KEY_DERIVATION outcome={} info="{}"

TLS channels:

TLS_CHANNEL_ATTEMPT host={} port={} tls={} cipher={} cert_subject="{}" cert_fingerprint={}
TLS_CHANNEL_SUCCESS host={} outcome=SUCCESS
TLS_CHANNEL_FAILURE host={} outcome=FAILURE reason="{}"