Share via


SyslogDataSource Class

Definition

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

public class SyslogDataSource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.SyslogDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.SyslogDataSource>
public class SyslogDataSource
type SyslogDataSource = class
    interface IJsonModel<SyslogDataSource>
    interface IPersistableModel<SyslogDataSource>
type SyslogDataSource = class
Public Class SyslogDataSource
Implements IJsonModel(Of SyslogDataSource), IPersistableModel(Of SyslogDataSource)
Public Class SyslogDataSource
Inheritance
SyslogDataSource
Implements

Constructors

SyslogDataSource()

Initializes a new instance of SyslogDataSource.

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.

Explicit Interface Implementations

IJsonModel<SyslogDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SyslogDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyslogDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyslogDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SyslogDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to