Security events dashboard atDocumentation 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/security-events where administrators review the organization’s security event log with filtering by event type and severity, plus export capability.
Overview
The Security Events page displays a filterable, searchable table of security events fetched viauseSecurityEventsList. Filters include event type (failed_login, permission_violation, suspicious_activity, account_lockout, mfa_failure) and severity (info, warning, error, critical). A free-text search field is available. Clicking a row opens an event detail sheet (SheetContent) showing full event metadata. A Download button exports the filtered result set. The route is gated by pf.security_events.view.
Who it’s for
Required permission:pf.security_events.view
Before you start
- You must hold the
pf.security_events.viewpermission. - Events are scoped to the current organization.
Steps
- Navigate to
/settings/security-events. - Use the Event Type and Severity filters to narrow the list.
- Use the search field to find events by keyword.
- Click a row to view full event details in the side panel.
- Click Download to export the filtered event log.
Key concepts
Event type — The category of security event:failed_login, permission_violation, suspicious_activity, account_lockout, or mfa_failure.
Severity — The assessed impact of the event: info, warning, error, or critical.
Event detail sheet — A slide-over panel showing all fields of a selected event record.
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
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/security/pages/SecurityEventsPage.tsx
- src/platform/security/hooks/useSecurityEventsList.ts