你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSSyslogDataSource Class

Definition

Wraps the SyslogDataSource class.

public class PSSyslogDataSource
type PSSyslogDataSource = class
Public Class PSSyslogDataSource
Inheritance
PSSyslogDataSource

Constructors

PSSyslogDataSource()

Initializes a new instance of the PSSyslogDataSource class.

PSSyslogDataSource(SyslogDataSource)

Initializes a new instance of the PSSyslogDataSource class.

Properties

FacilityNames

Gets or sets the list of facility names.

LogLevels

Gets or sets the log levels to collect.

Name

Gets or sets 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

Gets or sets 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.

Applies to