Skip to content

Security SOC

Optional Security SOC module for aggregating security alerts from Edge ingest, investigation workflows, and live dashboard updates.

In scopeOut of scope
Alert ingestion (security_alert kind)Full SIEM replacement
WebSocket push to SPAHost process telemetry (phase 2)
LayerPath
BackendBackend/internal/domain/security/
FrontendSecurity routes under Frontend/src/
Real-timeWebSocket /api/ws/security
Ingestsecurity_alert payload kind
sequenceDiagram
    participant Edge as EdgeZu
    participant Ingest as Ingestor
    participant API as Cloud Backend
    participant WS as WebSocket
    participant SPA as Cloud SPA

    Edge->>Ingest: security_alert batch
    Ingest->>API: Persist + process
    API->>WS: Push to subscribed clients
    WS->>SPA: New alert event
IssueCheck
Alerts not in UIFeature flag; ingest kind validation; RLS tenant
WebSocket silentJWT on ?token=; proxy timeouts
Stale alert stateBackground processing errors in API logs