Data Collection Rule Data Sources Extension Args
data class DataCollectionRuleDataSourcesExtensionArgs(val extensionJson: Output<String>? = null, val extensionName: Output<String>, val inputDataSources: Output<List<String>>? = null, val name: Output<String>, val streams: Output<List<String>>) : ConvertibleToJava<DataCollectionRuleDataSourcesExtensionArgs>
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
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
, Microsoft-InsightsMetrics
, Microsoft-Perf
, Microsoft-Syslog
, Microsoft-WindowsEvent
.