LogAnalyticsConfiguration interface
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
Properties
| customer |
Log analytics customer id |
| dynamic |
Boolean indicating whether to parse json string log into dynamic json columns |
| shared |
Log analytics customer key |
Property Details
customerId
Log analytics customer id
customerId?: string
Property Value
string
dynamicJsonColumns
Boolean indicating whether to parse json string log into dynamic json columns
dynamicJsonColumns?: boolean
Property Value
boolean
sharedKey
Log analytics customer key
sharedKey?: string
Property Value
string