core.medpluminfraconfig.firelens | Medplum

MedplumInfraConfig.fireLens property

Signature:

fireLens?: {
        enabled: true;
        logDriverConfig?: {
            options?: {
                [key: string]: string;
            };
            secretOptions?: {
                [key: string]: string;
            };
        };
        logRouterConfig: {
            type: 'fluentbit' | 'fluentd';
            options?: Record<string, unknown>;
        };
        environment?: {
            [key: string]: string;
        };
    };