Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Type Alias SiemEvent

    type SiemEvent = {
        category: string;
        eventId: string;
        severity: string;
        timestamp: Date;
    }
    Index
    category: string
    eventId: string
    severity: string
    timestamp: Date