core.medplumsourceinfraconfig.firelens
Home > @medplum/core > MedplumSourceInfraConfig > fireLens
MedplumSourceInfraConfig.fireLens property
Signature:
fireLens?: {
enabled: true;
logDriverConfig?: {
options?: {
[key: string]: ValueOrExternalSecret<string>;
};
secretOptions?: {
[key: string]: ValueOrExternalSecret<string>;
};
};
logRouterConfig: {
type: 'fluentbit' | 'fluentd';
options?: Record<string, unknown>;
};
environment?: {
[key: string]: ValueOrExternalSecret<string>;
};
};