Skip to content

Commit deb0f3c

Browse files
authored
Merge pull request #189114 from cwatson-cat/2-18-22-wht-new-srch-rst
Sentinel - what's new - srch & restore
2 parents b70b855 + aaabcb3 commit deb0f3c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

articles/sentinel/whats-new.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ If you're looking for items older than six months, you'll find them in the [Arch
3131

3232
- [View Azure Purview data in Microsoft Sentinel](#view-azure-purview-data-in-microsoft-sentinel-public-preview)
3333
- [Manually run playbooks based on the incident trigger (Public preview)](#manually-run-playbooks-based-on-the-incident-trigger-public-preview)
34+
- [Search across long time spans in large datasets (public preview)](#search-across-long-time-spans-in-large-datasets-public-preview)
35+
- [Restore archived logs from search (public preview)](#restore-archived-logs-from-search-public-preview)
3436

3537
### View Azure Purview data in Microsoft Sentinel (Public Preview)
3638

@@ -50,6 +52,35 @@ For these and other reasons, Microsoft Sentinel now allows you to [**run playboo
5052

5153
Learn more about [running incident-trigger playbooks manually](tutorial-respond-threats-playbook.md#run-a-playbook-manually-on-an-incident).
5254

55+
### Search across long time spans in large datasets (public preview)
56+
57+
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, filter through them, and look for events that match your criteria.
58+
59+
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 extremely large datasets. So search jobs don't impact the workspace's performance or availability.
60+
61+
Use search to find events in any of the following log types:
62+
63+
- [Analytics logs](../azure-monitor/logs/data-platform-logs.md)
64+
- [Basic logs (preview)](../azure-monitor/logs/basic-logs-configure.md)
65+
66+
You can also search analytics or basic log data stored in [archived logs (preview)](../azure-monitor/logs/data-retention-archive.md).
67+
68+
For more information, see:
69+
70+
- [Start an investigation by searching large datasets (preview)](investigate-large-datasets.md)
71+
- [Search across long time spans in large datasets (preview)](search-jobs.md)
72+
73+
For information about billing for basic logs or log data stored in archived logs, see [Plan costs for Microsoft Sentinel](billing.md#understand-the-full-billing-model-for-microsoft-sentinel).
74+
75+
### Restore archived logs from search (public preview)
76+
77+
When you need to do a full investigation on data stored in archived logs, restore a table from the **Search** page in Microsoft Sentinel. Specify a target table and time range for the data you want to restore. Within a few minutes, the log data is restored and available within the Log Analytics workspace. Then you can use the data in high-performance queries that support full KQL.
78+
79+
For more information, see:
80+
81+
- [Start an investigation by searching large datasets (preview)](investigate-large-datasets.md)
82+
- [Restore archived logs from search (preview)](restore.md)
83+
5384
## January 2022
5485

5586
- [Support for MITRE ATT&CK techniques (Public preview)](#support-for-mitre-attck-techniques-public-preview)

0 commit comments

Comments
 (0)