core.medpluminfraconfig.firelens
Home > @medplum/core > MedplumInfraConfig > fireLens
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;
};
};