Skip to main content

intelligence_packs

Creates, updates, deletes, gets or lists an intelligence_packs resource.

Overview

Nameintelligence_packs
TypeResource
Idazure.log_analytics.intelligence_packs

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
disableexecresourceGroupName, workspaceName, intelligencePackName, subscriptionIdDisables an intelligence pack for a given workspace.
enableexecresourceGroupName, workspaceName, intelligencePackName, subscriptionIdEnables an intelligence pack for a given workspace.
listexecresourceGroupName, workspaceName, subscriptionIdLists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
intelligencePackNamestringThe name of the intelligence pack to be enabled.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.
workspaceNamestringThe name of the workspace.

Lifecycle Methods

Disables an intelligence pack for a given workspace.

EXEC azure.log_analytics.intelligence_packs.disable 
@resourceGroupName='{{ resourceGroupName }}' --required,
@workspaceName='{{ workspaceName }}' --required,
@intelligencePackName='{{ intelligencePackName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;