EtwProviderDataSource interface

Enables an ETW provider logs to be collected by this data collection rule.

Properties

eventIds

Events Ids to collect

keyword

Event's membership in a set of event categories

logLevel

Minimal level of detail to be logged

name

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.

provider

The provider GUID or class name for event source

providerType

Provider type specification: By Manifest GUID or by Event Source name

streams

List of streams that this data source will be sent to

Property Details

eventIds

Events Ids to collect

eventIds?: string[]

Property Value

string[]

keyword

Event's membership in a set of event categories

keyword?: string

Property Value

string

logLevel

Minimal level of detail to be logged

logLevel?: string

Property Value

string

name

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.

name?: string

Property Value

string

provider

The provider GUID or class name for event source

provider: string

Property Value

string

providerType

Provider type specification: By Manifest GUID or by Event Source name

providerType: string

Property Value

string

streams

List of streams that this data source will be sent to

streams: string[]

Property Value

string[]