Type Alias LoggingConnectorEvent

LoggingConnectorEvent: {
    clusterId?: string;
    data?: Record<string, unknown>;
    nodeId: string;
    nodeType: string;
    remoteId?: string;
    vendorId: string;
}

The logging connector event.