The Audit Analytics screen provides paginated audit log browsing and export at the routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/audit-analytics.
Overview
The screen has three tabs: Audit Logs (paginated table of historic records), Realtime (live stream of new events), and Export (compliance report generation). The Audit Logs tab supports filtering by module, action, and date range with deferred input to reduce query load. Records are displayed in a table with columns for Timestamp, Module, Action, Table, and User; clicking a row opens a detail dialog that flags rows from PHI-sensitive tables. The Realtime tab is gated onpf.audit.analytics.realtime_view; the Export tab on pf.audit.analytics.export. The entire page is wrapped in a PermissionGate for pf.audit.analytics.view.
Who it’s for
Required permission:pf.audit.analytics.view (primary access); pf.audit.analytics.realtime_view (Realtime tab); pf.audit.analytics.export (Export tab)
Before you start
- You must hold the
pf.audit.analytics.viewpermission. - Additional permissions unlock the Realtime and Export tabs.
Steps
Inspect a record
Click any row to open the detail dialog; rows from PHI-sensitive tables are flagged.
Monitor in real time
Switch to the Realtime tab (requires permission) to watch new audit events as they arrive.
Key concepts
PHI_SENSITIVE_TABLES— list of table names flagged for PHI sensitivity in the detail dialogPF_AUDIT_ANALYTICS/PF_AUDIT_REALTIME— feature flags controlling tab availability- Compliance report export — available to users with
pf.audit.analytics.export
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/audit/AuditAnalyticsDashboard.tsx