Interface IAuditLogClickHouseExporterOption

Hierarchy

Properties

clickHouseClient?: NodeClickHouseClient

set this value will ignore the clickHouseUrl

clickHouseUrl?: string

ClickHouse DB url, default "http://localhost:8123"

databaseName?: string

log database name, default "auditlog"

exporter?: LogRecordExporter

log record exporter

logExpired?: number

log data expired in day, default is 180 days

serviceEnvironmentName?: string

service environment name, example: development

serviceName: string

service name that save to log, example: product

serviceNamespace?: string

save namespace that save to log, example: audit-dev

Generated using TypeDoc