LogFilesDataSource interface

Definition of which custom log files will be collected by this data collection rule

Properties

filePatterns

File Patterns where the log files are located

format

The data format of the log files

name

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

settings

The log files specific settings.

streams

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data source

transformKql

The KQL query to transform the data source. This is a deprecated property and will be removed in future versions.

Property Details

filePatterns

File Patterns where the log files are located

filePatterns: string[]

Property Value

string[]

format

The data format of the log files

format: string

Property Value

string

name

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

name?: string

Property Value

string

settings

The log files specific settings.

settings?: LogFilesDataSourceSettings

Property Value

streams

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data source

streams: string[]

Property Value

string[]

transformKql

The KQL query to transform the data source. This is a deprecated property and will be removed in future versions.

transformKql?: string

Property Value

string