DataCollectionRuleDataFlow

data class DataCollectionRuleDataFlow(val builtInTransform: String? = null, val destinations: List<String>, val outputStream: String? = null, val streams: List<String>, val transformKql: String? = null)

Constructors

Link copied to clipboard
constructor(builtInTransform: String? = null, destinations: List<String>, outputStream: String? = null, streams: List<String>, transformKql: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The built-in transform to transform stream data.

Link copied to clipboard

Specifies a list of destination names. A azure_monitor_metrics data source only allows for stream of kind Microsoft-InsightsMetrics.

Link copied to clipboard
val outputStream: String? = null

The output stream of the transform. Only required if the data flow changes data to a different stream.

Link copied to clipboard

Specifies a list of streams. Possible values include but not limited to Microsoft-Event, Microsoft-InsightsMetrics, Microsoft-Perf, Microsoft-Syslog, Microsoft-WindowsEvent, and Microsoft-PrometheusMetrics.

Link copied to clipboard
val transformKql: String? = null

The KQL query to transform stream data.