Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Cross-Workspace Query
Version 1.0.0
Discover subscription workspaces, then run one KQL query spanning several of them.
Provider
Workflows
cross-workspace-query
List subscription workspaces, then run a KQL query spanning multiple of them.
Lists the Log Analytics workspaces in a subscription, then submits a single KQL query to a primary workspace with a list of additional workspace IDs so the query is evaluated across every supplied workspace.
1
listWorkspaces
listWorkspaces
List the workspaces in the subscription so the participating workspaces can be confirmed before the cross-workspace query is issued.
2
runCrossWorkspaceQuery
postQuery
Execute the KQL query against the primary workspace while supplying the additional workspace IDs so the query spans all of them.
Source API Descriptions
openapi