Causality Analyzer
    Preparing search index...
    interface AuditEntry {
        context?: Record<string, unknown>;
        durationMs: number;
        error?: string;
        event: string;
        success: boolean;
        timestamp: string;
    }
    Index
    context?: Record<string, unknown>

    Arbitrary context data

    durationMs: number

    Duration in milliseconds

    error?: string

    Optional error message

    event: string

    Event type (e.g. 'rca.analyze', 'pipeline.detect')

    success: boolean

    Whether the operation succeeded

    timestamp: string

    ISO 8601 timestamp