SyslogDataSource interface

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

Properties

facilityNames

The list of facility names.

logLevels

The log levels to collect.

name

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

streams

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.

Property Details

facilityNames

The list of facility names.

facilityNames?: string[]

Property Value

string[]

logLevels

The log levels to collect.

logLevels?: string[]

Property Value

string[]

name

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

name?: string

Property Value

string

streams

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.

streams?: string[]

Property Value

string[]