DataCollectionRuleDataSourcesSyslogArgs

data class DataCollectionRuleDataSourcesSyslogArgs(val facilityNames: Output<List<String>>, val logLevels: Output<List<String>>, val name: Output<String>, val streams: Output<List<String>>) : ConvertibleToJava<DataCollectionRuleDataSourcesSyslogArgs>

Constructors

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

Properties

Link copied to clipboard
val facilityNames: Output<List<String>>

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
val logLevels: Output<List<String>>

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
val name: Output<String>

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
val streams: Output<List<String>>

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.

Functions

Link copied to clipboard
open override fun toJava(): DataCollectionRuleDataSourcesSyslogArgs