DataCollectionRuleDataSourcesWindowsEventLog

data class DataCollectionRuleDataSourcesWindowsEventLog(val name: String, val streams: List<String>, val xPathQueries: List<String>)

Constructors

constructor(name: String, streams: List<String>, xPathQueries: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name which should be used for this data source. This name should be unique across all data sources regardless of type within the Data Collection Rule.

Link copied to clipboard

Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. Possible values include but not limited to Microsoft-Event,and Microsoft-WindowsEvent and Microsoft-SecurityEvent.

Link copied to clipboard

Specifies a list of Windows Event Log queries in XPath expression. Please see this document for more information.