Extension Data Source Args
data class ExtensionDataSourceArgs(val extensionName: Output<String>, val extensionSettings: Output<Any>? = null, val inputDataSources: Output<List<String>>? = null, val name: Output<String>? = null, val streams: Output<List<Either<String, KnownExtensionDataSourceStreams>>>? = null) : ConvertibleToJava<ExtensionDataSourceArgs>
Definition of which data will be collected from a separate VM extension that integrates with the Azure Monitor Agent. Collected from either Windows and Linux machines, depending on which extension is defined.
Properties
Link copied to clipboard
The name of the VM extension.
Link copied to clipboard
The extension settings. The format is specific for particular extension.
Link copied to clipboard
The list of data sources this extension needs data from.
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.