The microsoft_sentinel destination forwards logs to Microsoft Sentinel.

Hierarchy

  • MicrosoftSentinelDestination

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
clientId: string

Azure AD client ID used for authentication.

dcrImmutableId: string

The immutable ID of the Data Collection Rule (DCR).

id: string

The unique identifier for this component.

inputs: string[]

A list of component IDs whose output is used as the input for this component.

table: string

The name of the Log Analytics table where logs are sent.

tenantId: string

Azure AD tenant ID.

The destination type. The value should always be microsoft_sentinel.

Generated using TypeDoc