LogAnalyticsIdentifier interface

Represents a Log Analytics workspace scope identifier.

Extends

Properties

agentId

(optional) The LogAnalytics agent id reporting the event that this alert is based on.

type

There can be multiple identifiers of different type per alert, this field specify the identifier type.

workspaceId

The LogAnalytics workspace id that stores this alert.

workspaceResourceGroup

The azure resource group for the LogAnalytics workspace storing this alert

workspaceSubscriptionId

The azure subscription id for the LogAnalytics workspace storing this alert.

Property Details

agentId

(optional) The LogAnalytics agent id reporting the event that this alert is based on.

agentId?: string

Property Value

string

type

There can be multiple identifiers of different type per alert, this field specify the identifier type.

type: "LogAnalytics"

Property Value

"LogAnalytics"

workspaceId

The LogAnalytics workspace id that stores this alert.

workspaceId?: string

Property Value

string

workspaceResourceGroup

The azure resource group for the LogAnalytics workspace storing this alert

workspaceResourceGroup?: string

Property Value

string

workspaceSubscriptionId

The azure subscription id for the LogAnalytics workspace storing this alert.

workspaceSubscriptionId?: string

Property Value

string