DataCollectionRuleDataSourcesLogFileArgs

data class DataCollectionRuleDataSourcesLogFileArgs(val filePatterns: Output<List<String>>, val format: Output<String>, val name: Output<String>, val settings: Output<DataCollectionRuleDataSourcesLogFileSettingsArgs>? = null, val streams: Output<List<String>>) : ConvertibleToJava<DataCollectionRuleDataSourcesLogFileArgs>

Constructors

Link copied to clipboard
constructor(filePatterns: Output<List<String>>, format: Output<String>, name: Output<String>, settings: Output<DataCollectionRuleDataSourcesLogFileSettingsArgs>? = null, streams: Output<List<String>>)

Properties

Link copied to clipboard
val filePatterns: Output<List<String>>

Specifies a list of file patterns where the log files are located. For example, C:\\JavaLogs\\*.log.

Link copied to clipboard
val format: Output<String>

The data format of the log files. Possible values are text and json.

Link copied to clipboard
val name: Output<String>

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

A settings block as defined below.

Link copied to clipboard
val streams: Output<List<String>>

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 value should be custom stream names.

Functions

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