Skip to main content

intelligence_packs

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

Overview

Nameintelligence_packs
TypeResource
Idazure.log_analytics.intelligence_packs

Fields

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

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, subscriptionId, workspaceNameLists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.
disableEXECintelligencePackName, resourceGroupName, subscriptionId, workspaceNameDisables an intelligence pack for a given workspace.
enableEXECintelligencePackName, resourceGroupName, subscriptionId, workspaceNameEnables an intelligence pack for a given workspace.

SELECT examples

Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.

SELECT

FROM azure.log_analytics.intelligence_packs
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';