Package version:

Interface LogAnalyticsConfiguration

Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'

interface LogAnalyticsConfiguration {
    customerId?: string;
    dynamicJsonColumns?: boolean;
    sharedKey?: string;
}

Properties

customerId?: string

Log analytics customer id

dynamicJsonColumns?: boolean

Boolean indicating whether to parse json string log into dynamic json columns

sharedKey?: string

Log analytics customer key