Skip to content
Innomesh
Portal Since v3.2.0

Audit Logs

Audit Logs record user actions across Innomesh Room Manager and Innomesh Portal, providing a complete trail of who did what and when. Use audit logs for security reviews, compliance reporting, troubleshooting configuration changes, and operational accountability. This feature was introduced in Innomesh v3.2.0.

What Is Logged

Audit logs capture actions performed by authenticated users in both platforms. Each log entry records:

FieldDescription
TimestampDate and time of the action (local timezone or UTC, selectable)
UserThe authenticated user who performed the action
ActionThe type of operation (e.g., Create, Update, Delete, Deploy)
TargetThe entity affected (e.g., a room name, template, asset profile, user role)
DetailsAdditional context about the change (e.g., fields modified, values changed)
PlatformWhether the action was performed in Room Manager or Portal

Examples of logged actions include:

  • Room creation, modification, deployment, and deletion
  • Template changes and software updates
  • Alert claims, suppressions, and resolutions
  • User role assignments and RBAC permission changes
  • Smart Room Attribute configuration changes
  • API client creation and modification
  • Data import and export operations

Viewing Audit Logs

  1. Navigate to Administration > Audit Logs in Innomesh Portal.
  2. The log displays the most recent entries by default, in reverse chronological order.
  3. Use the filters to narrow results:
    • Date range: Select a start and end date
    • User: Filter by specific user
    • Action type: Filter by operation (Create, Update, Delete, etc.)
    • Platform: Room Manager or Portal

Audit Logs page showing filtered entries with timestamp, user, action, and target columns Audit Logs, Innomesh Portal

Timezone Display

Audit log timestamps can be displayed in either local time (the tenant’s configured timezone) or UTC. Toggle between these using the timezone selector in the Audit Logs view.

πŸ“ Note
When sharing audit log exports with teams in different timezones, UTC is recommended to avoid confusion.

Searching and Exporting

Audit logs are searchable and sortable by any column. To export logs:

  1. Apply the desired filters.
  2. Click Download CSV to export the filtered results.

The CSV export includes all visible columns and respects the current filter selection.

Access Control

Audit log access is governed by RBAC. Only users with the appropriate administration role can view audit logs. For details on configuring roles, see RBAC Authorisation Guide.

On this page