WindowsEventLogDataSourceArgs

data class WindowsEventLogDataSourceArgs(val name: Output<String>? = null, val streams: Output<List<Either<String, KnownWindowsEventLogDataSourceStreams>>>? = null, val xPathQueries: Output<List<String>>? = null) : ConvertibleToJava<WindowsEventLogDataSourceArgs>

Definition of which Windows Event Log events will be collected and how they will be collected. Only collected from Windows machines.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, streams: Output<List<Either<String, KnownWindowsEventLogDataSourceStreams>>>? = null, xPathQueries: Output<List<String>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard

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.

Link copied to clipboard
val xPathQueries: Output<List<String>>? = null

A list of Windows Event Log queries in XPATH format.

Functions

Link copied to clipboard
open override fun toJava(): WindowsEventLogDataSourceArgs