Skip to main content
Version: 0.9.17-patch2

Access logs

Path: /admin-settings/access-logs

Read-only audit feed for privileged-access events: successful and failed logins, logouts, password changes, session ends, and platform-wide role grants/changes/revocations. Use it when investigating account lockouts, password resets, unexpected SUPERUSER activity, or support tickets that mention login problems.

TelWeb mutations that change platform configuration or membership also emit actor-context audit records so Super Admins can correlate UI actions with the same feed.

Event types

Events come from two categories — AUTH and ROLE_MANAGEMENT:

Action filterCategoryMeaning
Login (success)AUTHUser signed in successfully.
Login (failed)AUTHFailed attempt (lockout, bad password, and so on).
LogoutAUTHUser signed out.
Password changeAUTHPassword was changed or reset.
Session endAUTHSession ended (timeout, idle logout, admin action).
Role grantedROLE_MANAGEMENTUser received a team or platform role.
Role changedROLE_MANAGEMENTExisting role membership was updated.
Role revokedROLE_MANAGEMENTRole membership was removed.

The Details column may include a reason chip — for example lockout cause or role-change context.

Filters

ControlDescription
ActionNarrow to one event type, or All actions.
SearchMatch user name, email, client IP, or MSISDN (partial match).
From / ToUTC datetime window for the incident you are reviewing.
SuperAdmins onlyLimit results to events involving SUPERUSER accounts.
RefreshRe-query the latest 100 matching rows (does not paginate beyond that cap).

Password-reset events keep the requester and affected account distinct. A self-service request can be anonymous; a completed reset identifies a token holder. The Details column shows the affected email as Target, while User remains the requester identity. The stored event also retains the affected account ID. This avoids attributing an unauthenticated request to the account owner.

List columns

ColumnDescription
Date / TimeEvent timestamp (UTC).
TypeAction chip (login, role granted, and so on).
UserUsername or email when available.
IPClient IP recorded for the event.
MSISDNPhone identifier when the event carried one.
User AgentBrowser or client user-agent string (truncated with tooltip).
DetailsOptional reason or supplemental context.

Typical workflows

Investigate a lockout

  1. Open Access logs and filter Login (failed).
  2. Search for the user's email.
  3. Set From / To around the support ticket time.
  4. Read Details for lockout reason, then cross-check Team users if an admin reset is needed.

Review a role change

  1. Filter to Role granted, Role changed, or Role revoked.
  2. Optionally enable SuperAdmins only when auditing privileged accounts.
  3. Correlate with changes on Users and teams.

Access logs complement per-team user management: team ADMINs manage membership in Settings → Users; SUPERUSERs review the platform-wide audit trail here.

Retention

By default, Tasker cleans audit / access-log rows older than 180 days (AUDIT_LOG_RETENTION_DAYS). Operators can adjust the retention window and cron schedule on the Ops host — see Ops service.

Export

For SIEM ingestion of security events, see Security event export.

See also