Skip to content

Commit e599fb1

Browse files
author
Ken Lawson
committed
Fixes BUG 151694
1 parent 7de662e commit e599fb1

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

learn-pr/wwl-sci/use-search-jobs-microsoft-sentinel/2-hunt-search-job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Hunt with a Search Job
44
metadata:
55
title: Hunt with a Search Job
66
description: "Hunt with a Search Job"
7-
ms.date: 03/05/2025
8-
author: wwlpublish
7+
ms.date: 07/03/2025
8+
author: KenMAG
99
ms.author: kelawson
1010
ms.topic: unit
1111
azureSandbox: false

learn-pr/wwl-sci/use-search-jobs-microsoft-sentinel/includes/2-hunt-search-job.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,35 @@ One of the primary activities of a security team is to search logs for specific
33
In Microsoft Sentinel, you can search across long time periods in large datasets by using a search job. While you can run a search job on any type of log, search jobs are ideally suited to search archived logs. If you need to do a full investigation on archived data, you can restore that data into the hot cache to run high performing queries and analytics.
44

55
## Search large datasets
6+
67
Use a search job when you start an investigation to find specific events in logs within a given time frame. You can search all your logs to find events that match your criteria and filter through the results.
78

89
Search in Microsoft Sentinel is built on top of search jobs. Search jobs are asynchronous queries that fetch records. The results are returned to a search table that's created in your Log Analytics workspace after you start the search job. The search job uses parallel processing to run the search across long time spans, in large datasets. So search jobs don't impact the workspace's performance or availability.
910

1011
Search results remain in a search results table that has a ***_SRCH** suffix.
1112

1213
## Supported log types
14+
1315
Use search to find events in any of the following log types:
1416

1517
- Analytics logs
16-
- Basic logs
18+
- Basic logs
19+
- Auxiliary logs
1720

1821
## Limitations of a search job
22+
1923
Before you start a search job, be aware of the following limitations:
2024

2125
- Optimized to query one table at a time.
2226
- Search date range is up to one year.
23-
- Supports long running searches up to a 24-hour time-out.
27+
- Supports long running searches up to a 24-hour timeout.
2428
- Results are limited to one million records in the record set.
2529
- Concurrent execution is limited to five search jobs per workspace.
2630
- Limited to 100 search results tables per workspace.
2731
- Limited to 100 search job executions per day per workspace.
2832

29-
30-
3133
## Start a search job
34+
3235
Go to Search in Microsoft Sentinel to enter your search criteria.
3336

3437
1. In the Azure portal, go to Microsoft Sentinel and select the appropriate workspace.
@@ -60,6 +63,3 @@ View the status and results of your search job by going to the Saved Searches ta
6063
1. To refine the list of results returned from the search table, edit the KQL query.
6164

6265
1. As you're reviewing your search job results, bookmark rows that contain information you find interesting so you can attach them to an incident or refer to them later.
63-
64-
65-

learn-pr/wwl-sci/use-search-jobs-microsoft-sentinel/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.wwl.use-search-jobs-microsoft-sentinel
33
metadata:
44
title: Use Search jobs in Microsoft Sentinel
55
description: "Use Search jobs in Microsoft Sentinel"
6-
ms.date: 03/05/2025
7-
author: wwlpublish
6+
ms.date: 07/03/2025
7+
author: KenMAG
88
ms.author: kelawson
99
ms.topic: module
1010
ms.service: microsoft-sentinel

0 commit comments

Comments
 (0)