Skip to content

Commit dc75cbf

Browse files
authored
Merge pull request #111989 from yelevin/yelevin/cross-workspace-incidents
New document for cross-workspace incident management
2 parents 7684a18 + aa3270f commit dc75cbf

File tree

6 files changed

+60
-3
lines changed

6 files changed

+60
-3
lines changed

articles/sentinel/TOC.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@
9494
items:
9595
- name: Check Point
9696
href: connect-checkpoint.md
97-
- name: Cisco
97+
- name: Cisco ASA
9898
href: connect-cisco.md
9999
- name: ExtraHop Reveal(x)
100100
href: connect-extrahop.md
101-
- name: F5
101+
- name: F5 ASM
102102
href: connect-f5.md
103103
- name: Forcepoint products
104104
href: connect-forcepoint-casb-ngfw.md
@@ -118,8 +118,10 @@
118118
href: connect-threat-intelligence.md
119119
- name: Connect Azure Stack VMs
120120
href: connect-azure-stack.md
121-
- name: Multiple tenants (MSSP)
121+
- name: Work with multiple tenants (MSSP)
122122
href: multiple-tenants-service-providers.md
123+
- name: Work with incidents in multiple workspaces
124+
href: multiple-workspace-view.md
123125
- name: Set up customer-managed keys (CMK)
124126
href: customer-managed-keys.md
125127
- name: Create incidents from alerts
93.1 KB
Loading
148 KB
Loading
187 KB
Loading
136 KB
Loading
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Work with Azure Sentinel incidents in many workspaces at once | Microsoft Docs
3+
description: How to view incidents in multiple workspaces concurrently in Azure Sentinel.
4+
services: sentinel
5+
documentationcenter: na
6+
author: yelevin
7+
manager: rkarlin
8+
editor: ''
9+
10+
ms.service: azure-sentinel
11+
ms.subservice: azure-sentinel
12+
ms.devlang: na
13+
ms.topic: conceptual
14+
ms.tgt_pltfrm: na
15+
ms.workload: na
16+
ms.date: 04/20/2020
17+
ms.author: yelevin
18+
19+
---
20+
# Work with incidents in many workspaces at once
21+
22+
To take full advantage of Azure Sentinel’s capabilities, Microsoft recommends using a single-workspace environment. However, there are some use cases that require having several workspaces, in some cases – for example, that of a [Managed Security Service Provider (MSSP)](./multiple-tenants-service-providers.md) and its customers – across multiple tenants. **Multiple Workspace View** lets you see and work with security incidents across several workspaces at the same time, even across tenants, allowing you to maintain full visibility and control of your organization’s security responsiveness.
23+
24+
## Entering Multiple Workspace View
25+
26+
When you open Azure Sentinel, you are presented with a list of all the workspaces to which you have access rights, across all selected tenants and subscriptions. To the left of each workspace name is a checkbox. Clicking the name of a single workspace will bring you into that workspace. To choose multiple workspaces, click all the corresponding checkboxes, and then click the **Multiple Workspace View** button at the top of the page.
27+
28+
> [!IMPORTANT]
29+
> Multiple Workspace View currently supports a maximum of 10 concurrently displayed workspaces.
30+
>
31+
> If you check more than 10 workspaces, a warning message will appear.
32+
33+
Note that in the list of workspaces, you can see the directory, subscription, location, and resource group associated with each workspace. The directory corresponds to the tenant.
34+
35+
![Choose multiple workspaces](./media/multiple-workspace-view/workspaces.png)
36+
37+
## Working with incidents
38+
39+
In **Multiple Workspace View**, only the **Incidents** screen is available for now. It looks and functions in most ways like the regular **Incidents** screen. There are a few important differences, though:
40+
41+
![View incidents in multiple workspaces](./media/multiple-workspace-view/incidents.png)
42+
43+
- The counters at the top of the page - *Open incidents*, *New incidents*, *In progress*, etc. - show the numbers for all of the selected workspaces collectively.
44+
45+
- You'll see incidents from all of the selected workspaces and directories (tenants) in a single unified list. You can filter the list by workspace and directory, in addition to the filters from the regular **Incidents** screen.
46+
47+
- You'll need to have read and write permissions on all the workspaces from which you've selected incidents. If you have only read permissions on some workspaces, you'll see warning messages if you select incidents in those workspaces. You won't be able to modify those incidents or any others you've selected together with those (even if you do have permissions for the others).
48+
49+
- If you choose a single incident and click **View full details** or **Investigate**, you will from then on be in the data context of that incident's workspace and no others.
50+
51+
## Next steps
52+
In this document, you learned how to view and work with incidents in multiple Azure Sentinel workspaces concurrently. To learn more about Azure Sentinel, see the following articles:
53+
- Learn how to [get visibility into your data, and potential threats](quickstart-get-visibility.md).
54+
- Get started [detecting threats with Azure Sentinel](tutorial-detect-threats-built-in.md).
55+

0 commit comments

Comments
 (0)