Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtensionDataSource

Package version

Definition of which data will be collected from a separate VM extension that integrates with the Azure Monitor Agent. Collected from either Windows and Linux machines, depending on which extension is defined.

Hierarchy

  • ExtensionDataSource

Index

Properties

extensionName

extensionName: string

The name of the VM extension.

Optional extensionSettings

extensionSettings: Record<string, unknown>

The extension settings. The format is specific for particular extension.

Optional inputDataSources

inputDataSources: string[]

The list of data sources this extension needs data from.

Optional name

name: undefined | string

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

Optional 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.

Generated using TypeDoc