DataSourcesSpec interface

Specification of data sources that will be collected.

Properties

extensions

The list of Azure VM extension data source configurations.

performanceCounters

The list of performance counter data source configurations.

syslog

The list of Syslog data source configurations.

windowsEventLogs

The list of Windows Event Log data source configurations.

Property Details

extensions

The list of Azure VM extension data source configurations.

extensions?: ExtensionDataSource[]

Property Value

performanceCounters

The list of performance counter data source configurations.

performanceCounters?: PerfCounterDataSource[]

Property Value

syslog

The list of Syslog data source configurations.

syslog?: SyslogDataSource[]

Property Value

windowsEventLogs

The list of Windows Event Log data source configurations.

windowsEventLogs?: WindowsEventLogDataSource[]

Property Value