Package version:

Interface LogAnalyticsConfiguration

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

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

Properties

customerId?: string

Log analytics customer id

sharedKey?: string

Log analytics customer key