SyslogDataSourceResponse

data class SyslogDataSourceResponse(val facilityNames: List<String>? = null, val logLevels: List<String>? = null, val name: String? = null, val streams: List<String>? = null)

Definition of which syslog data will be collected and how it will be collected. Only collected from Linux machines.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The list of facility names.

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

The log levels to collect.

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
val streams: List<String>? = null

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.