Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 809992e

Browse files
committedJan 21, 2022
Upd file name for restore
1 parent dd11379 commit 809992e

10 files changed

+11
-11
lines changed
 

‎articles/sentinel/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
- name: Search large datasets
276276
href: search-jobs.md
277277
- name: Restore historical data
278-
href: restore-archived-log.md
278+
href: restore.md
279279
- name: Create custom entity activities
280280
href: customize-entity-activities.md
281281
- name: Collaborate in Microsoft Teams

‎articles/sentinel/restore-archived-log.md renamed to ‎articles/sentinel/restore.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ You can restore archived data directly from the **Search (preview)** page or fro
2121
1. Under **General**, select **Search (preview)**.
2222
1. Restore log data in one of two ways:
2323
- At the top of **Search** page, select **Restore**.
24-
:::image type="content" source="media/restore-archived-log/search-page-restore.png" alt-text="Screenshot of restore button at the top of the search page.":::
24+
:::image type="content" source="media/restore/search-page-restore.png" alt-text="Screenshot of restore button at the top of the search page.":::
2525
- Select the **Saved Searches** tab and **Restore** on the appropriate search.
26-
:::image type="content" source="media/restore-archived-log/search-results-restore.png" alt-text="Screenshot of the restore link on a saved search.":::
26+
:::image type="content" source="media/restore/search-results-restore.png" alt-text="Screenshot of the restore link on a saved search.":::
2727

2828
1. Select the table you want to restore.
2929
1. Select the time range of the data that you want restore.
3030
1. Select **Restore**.
3131

32-
:::image type="content" source="media/restore-archived-log/restoration-page.png" alt-text="Screenshot of the restoration page with table and time range selected.":::
32+
:::image type="content" source="media/restore/restoration-page.png" alt-text="Screenshot of the restoration page with table and time range selected.":::
3333

3434
1. Wait for the log data to be restored. View the status of your restoration job by selecting on the **Restoration** tab.
3535

@@ -39,15 +39,15 @@ View the status and results of the log data restore by going to the **Restoratio
3939

4040
1. In your Microsoft Sentinel workspace select **Search** > **Restoration**.
4141

42-
:::image type="content" source="media/restore-archived-log/restoration-tab.png" alt-text="Screenshot of the restoration tab on the search page.":::
42+
:::image type="content" source="media/restore/restoration-tab.png" alt-text="Screenshot of the restoration tab on the search page.":::
4343

4444
1. When your restore job is complete, select the table name.
4545

46-
:::image type="content" source="media/restore-archived-log/data-available-select-table.png" alt-text="Screenshot that shows rows with completed restore jobs and a table selected.":::
46+
:::image type="content" source="media/restore/data-available-select-table.png" alt-text="Screenshot that shows rows with completed restore jobs and a table selected.":::
4747

4848
1. Review the results.
4949

50-
:::image type="content" source="media/restore-archived-log/restored-data-logs-view.png" alt-text="Screenshot that shows the logs query pane with the restored table results.":::
50+
:::image type="content" source="media/restore/restored-data-logs-view.png" alt-text="Screenshot that shows the logs query pane with the restored table results.":::
5151

5252
The Logs query pane shows the name of table containing the restored data. The **Time range** is set to a custom time range that uses the start and end times of the restored data.
5353

@@ -59,7 +59,7 @@ Restored data tables are deleted automatically after 8 days. But you can delete
5959
1. Identify the table you want to delete.
6060
1. Select **Delete** for that table row.
6161

62-
:::image type="content" source="media/restore-archived-log/delete-restored-table.png" alt-text="Screenshot of restoration tab that shows the delete button on each row.":::
62+
:::image type="content" source="media/restore/delete-restored-table.png" alt-text="Screenshot of restoration tab that shows the delete button on each row.":::
6363

6464
## Next steps
6565

‎articles/sentinel/search-jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Search across long time spans in large datasets - Microsoft Sentinel
2+
title: Search historical data in large datasets - Microsoft Sentinel
33
description: Learn how to use search jobs to search extremely large datasets.
44
author: cwatson-cat
55
ms.topic: how-to
66
ms.date: 01/14/2022
77
ms.author: cwatson
88
---
99

10-
# Search across long time spans in extremely large datasets
10+
# Search historical data in large datasets
1111

1212
Use search jobs when you start an investigation to find specific events in logs within a given time frame. You can search all your logs, filter through them, and look for events that match your criteria.
1313

@@ -58,6 +58,6 @@ View the status and results of your search job by going to the **Saved Searches*
5858
To learn more, see the following topics.
5959

6060
- [Hunt with bookmarks](bookmarks.md)
61-
- [Restore archived logs](restore-archived-log.md)
61+
- [Restore archived logs](restore.md)
6262
- Basic logs
6363
- Archived logs

0 commit comments

Comments
 (0)
Please sign in to comment.