Skip to content

Commit a0b2e55

Browse files
authored
Update search-jobs.md
1 parent cda3d59 commit a0b2e55

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/azure-monitor/logs/search-jobs.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@
22
title: Run search jobs in Azure Monitor
33
description: Search jobs are asynchronous log queries in Azure Monitor that make results available as a table for further analytics.
44
ms.topic: conceptual
5-
ms.date: 10/01/2022
6-
ms.custom: references_regions
5+
ms.date: 05/30/2024
6+
ms.custom: references_regions
7+
author: guywi-ms
8+
ms.author: guywild
9+
ms.reviewer: adi.biran
710
# Customer intent: As a data scientist or workspace administrator, I want an efficient way to search through large volumes of data in a table, including archived and basic logs.
811
---
912

1013
# Run search jobs in Azure Monitor
1114

1215
Search jobs are asynchronous queries that fetch records into a new search table within your workspace for further analytics. The search job uses parallel processing and can run for hours across large datasets. This article describes how to create a search job and how to query its resulting data.
1316

14-
## Permissions
17+
## Permissions required
1518

16-
To run a search job, you need `Microsoft.OperationalInsights/workspaces/tables/write` and `Microsoft.OperationalInsights/workspaces/searchJobs/write` permissions to the Log Analytics workspace, for example, as provided by the [Log Analytics Contributor built-in role](../logs/manage-access.md#built-in-roles).
19+
| Action | Permissions required |
20+
|:-------|:---------------------|
21+
|Run a search job| `Microsoft.OperationalInsights/workspaces/tables/write` and `Microsoft.OperationalInsights/workspaces/searchJobs/write` permissions to the Log Analytics workspace, for example, as provided by the [Log Analytics Contributor built-in role](../logs/manage-access.md#built-in-roles).|
1722

1823
## When to use search jobs
1924

0 commit comments

Comments
 (0)