IisLogsDataSourceResponse

data class IisLogsDataSourceResponse(val logDirectories: List<String>? = null, val name: String? = null, val streams: List<String>)

Enables IIS logs to be collected by this data collection rule.

Constructors

Link copied to clipboard
constructor(logDirectories: List<String>? = null, name: String? = null, streams: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logDirectories: List<String>? = null

Absolute paths file location

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

IIS streams