DataCollectionRuleDataSourcesSyslog

data class DataCollectionRuleDataSourcesSyslog(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 alert, *, audit, auth, authpriv, clock, cron, daemon, ftp, kern, local5, local4, local1, local7, local6, local3, local2, local0, lpr, mail, mark, news, nopri, ntp, syslog, user and uucp.

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

The name which should be used for this data source. This name should be unique across all data sources regardless of type within 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. Possible values include but not limited to Microsoft-Syslog,and Microsoft-CiscoAsa, and Microsoft-CommonSecurityLog.