GetDataCollectionRuleDataSourceSyslog

data class GetDataCollectionRuleDataSourceSyslog(val facilityNames: List<String>, val logLevels: List<String>, val name: String, val streams: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of facility names. Use a wildcard * to collect logs for all facility names. Possible values are auth, authpriv, cron, daemon, kern, lpr, mail, mark, news, syslog, user, uucp, local0, local1, local2, local3, local4, local5, local6, local7,and *.

Link copied to clipboard

Specifies a list of log levels. Use a wildcard * to collect logs for all log levels. Possible values are Debug, Info, Notice, Warning, Error, Critical, Alert, Emergency,and *.

Link copied to clipboard

Specifies the name of the Data Collection Rule.

Link copied to clipboard

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.