IisLogsDataSource interface
Enables IIS logs to be collected by this data collection rule.
Properties
| log |
Absolute paths file location |
| 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. |
| streams | IIS streams |
| transform |
The KQL query to transform the data source. This is a deprecated property and will be removed in future versions. |
Property Details
logDirectories
Absolute paths file location
logDirectories?: 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
streams
IIS streams
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