Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreateLogStreamSplunkRequestBody

    interface CreateLogStreamSplunkRequestBody {
        name?: string;
        type: "splunk";
        isPriority?: boolean;
        filters?: LogStreamFilter[];
        pii_config?: LogStreamPiiConfig;
        sink: LogStreamSplunkSink;
        startFrom?: string;
    }
    Index

    Properties

    name?: string

    log stream name

    type: "splunk"
    isPriority?: boolean

    True for priority log streams, false for non-priority

    filters?: LogStreamFilter[]

    Only logs events matching these filters will be delivered by the stream. If omitted or empty, all events will be delivered.

    pii_config?: LogStreamPiiConfig
    startFrom?: string

    The optional datetime (ISO 8601) to start streaming logs from