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

    Interface DatadogLogEvent

    interface DatadogLogEvent {
        attributes: EnterpriseAuditRecord;
        ddsource: string;
        ddtags: string;
        hostname: string;
        message: string;
        service: string;
        status: "error" | "info";
        timestamp: string;
    }
    Index
    ddsource: string
    ddtags: string
    hostname: string
    message: string
    service: string
    status: "error" | "info"
    timestamp: string