Skip to content

Commit 26553c1

Browse files
jpipkin1kimsauce
andauthored
DOCS-637 - Content management for MSSPs - Beta (#5035)
* Add manage-orgs-for-mssps.md file * Change title of new article * Adjust CID * Rough draft for sync * Update screenshots * Add multi-insights section * Add SSO section * Sync updates * Fix spelling error * Move MSSP article under new orgs section * Fix redirect * Fix redirect again * Add SSO info * Fix broken links * Remove content for DOCS-611 * Minor tweak * Update docs/manage/manage-subscription/create-and-manage-orgs/manage-org-settings.md * Add release note * Add FAQ section * Minor updates * Add 'View History' section * Remove release note * Update docs/manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps.md Co-authored-by: Kim (Sumo Logic) <[email protected]> * Update docs/manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps.md Co-authored-by: Kim (Sumo Logic) <[email protected]> --------- Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent ba64f0c commit 26553c1

File tree

13 files changed

+95
-4
lines changed

13 files changed

+95
-4
lines changed

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,7 @@
18001800
"/cid/1082": "/docs/metrics/introduction/get-started-metrics",
18011801
"/cid/10820": "/docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs",
18021802
"/cid/10821": "/docs/search/get-started-with-search/search-page/change-time-range-in-histogram",
1803+
"/cid/108221": "/docs/manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps",
18031804
"/cid/1083": "/docs/manage/users-roles/roles/role-based-access-control",
18041805
"/cid/1084": "/docs/metrics/manage-metric-volume/disabled-metrics-sources",
18051806
"/cid/1085": "/docs/send-data/installed-collectors/macos",

docs/cse/get-started-with-cloud-siem/about-cse-insight-ui.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,17 @@ You can use the **Filters** area near the top of the page to narrow down the ins
7474
* Status
7575
* Tags
7676

77-
### Multi-insights list page
77+
### View insights in child organizations
7878

79-
If you are logged in to a parent organization with child organizations that also use Cloud SIEM, the insights list page shows all insights across all your child organizations. This is useful if your company is a large enterprise with many organizations or is a Managed Security Service Provider (MSSP), and you'd like to see all insights across all areas in a single page.
79+
If you manage a parent organization with child organizations that also use Cloud SIEM, you can see a list of all insights across multiple child organizations. This is useful if your company is a large enterprise with many organizations or is a Managed Security Service Provider (MSSP), and you'd like to see all insights across all areas in a single page.
8080

8181
This multi-insights list page (also known as a "federated" page) shows insights just as in a normal [insights list page](#insights-list-page). However, when you click an insight on the page, it opens the insight's details in the child organization's UI. You can also use the [board view](#board-view) on the multi-insights page to move insights to different statuses.
8282

83-
To be able to see insights in child organizations, [add child organizations](/docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs) that use Cloud SIEM. Then when the parent organization user goes to their Cloud SIEM insights list page, all the child organizations' insights appear in the list.
83+
To be able to see insights in child organizations, [add child organizations](/docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs) that use Cloud SIEM. Then when the parent organization user goes to their Cloud SIEM insights list page, all the child organizations' insights appear in the list.
84+
85+
<!--
86+
For more information, see [Multi-insights list page in Cloud SIEM](/docs/manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps/#multi-insights-list-page-in-cloud-siem).
87+
-->
8488

8589
## Insight details page
8690

docs/manage/manage-subscription/create-and-manage-orgs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ In this section, we'll introduce the following concepts:
4747
<p>Learn how to update org names, define subdomain names, delete orgs, and change the account owner.</p>
4848
</div>
4949
</div>
50+
<!-- <div className="box smallbox card">
51+
<div className="container">
52+
<a href="/docs/manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps"><img src={useBaseUrl('img/icons/operations/manage.png')} alt="icon" width="40"/><h4>Manage Orgs for MSSPs</h4></a>
53+
<p>Learn how to manage organizations for Managed Security Service Providers (MSSPs).</p>
54+
</div>
55+
</div> -->
5056
</div>
5157

5258
## View a child org, child credits usage, and baseline

docs/manage/manage-subscription/create-and-manage-orgs/manage-org-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ Automatic sign-in works because when you created the child organization, a [subd
143143

144144
As an administrator, if you log out of a child organization with SSO enabled, the following screen appears. Click **Login with Parent Org** to sign back in automatically using your parent organization credentials.
145145

146-
<img src={useBaseUrl('img/manage/subscriptions/mssp-login-with-parent-org.png')} alt="Login with Parent Org button" style={{border: '1px solid gray'}} width="300"/>
146+
<img src={useBaseUrl('img/manage/subscriptions/mssp-login-with-parent-org.png')} alt="Login with Parent Org button" style={{border: '1px solid gray'}} width="300"/>
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
id: manage-orgs-for-mssps
3+
title: Manage Organizations for MSSPs
4+
sidebar_label: Manage Orgs for MSSPs
5+
description: Learn how to manage organizations for Managed Security Service Providers (MSSPs).
6+
---
7+
8+
<head>
9+
<meta name="robots" content="noindex" />
10+
</head>
11+
12+
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
13+
14+
import useBaseUrl from '@docusaurus/useBaseUrl';
15+
16+
This article describes how to manage organizations for Managed Security Service Providers (MSSPs). MSSP administrators must ensure that the content of their child organizations is properly configured. MSSPs often consist of a parent organization with child organizations that use [Cloud SIEM](/docs/cse/).
17+
18+
## Prerequisites
19+
20+
### Roles
21+
22+
You must have the following [organization role capabilities](/docs/manage/users-roles/roles/role-capabilities/#organizations) to create and manage organizations as an MSSP administrator:
23+
24+
* Organizations
25+
* View Organizations
26+
* Create Organizations
27+
* Manage Organizations
28+
29+
## Update content in child organizations
30+
31+
To ensure that content is consistent across child organizations, use the **Content Management** tab.
32+
33+
You can update the following:
34+
* Cloud SIEM [rules](/docs/cse/rules/)
35+
* Cloud SIEM [rule tuning expressions](/docs/cse/rules/rule-tuning-expressions/)
36+
37+
To update content:
38+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Organizations**.<br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Organizations**. You can also click the **Go To...** menu at the top of the screen and select **Organizations**.
39+
1. Select the **Content Management** tab.
40+
1. In the **Source** field, select the organization that will provide the source data to be updated in other organizations.
41+
1. In the **Content** bar, select the content to be updated:
42+
* **Cloud SIEM Rules**
43+
* **Rule Tuning Expressions**
44+
1. Select individual items to be updated, or all items.
45+
1. Click **Update Selected Items**.<br/><img src={useBaseUrl('img/manage/subscriptions/mssp-orgs-sync-selected-items.png')} alt="Update Selected Items button" style={{border: '1px solid gray'}} width="800"/>
46+
1. On the **Update Selected Items** box, click **Destinations** to select the organizations to update the selected items to. You can update to all organizations, a single child organization, or multiple child organizations.<br/><img src={useBaseUrl('img/manage/subscriptions/mssp-orgs-sync-selected-items-2.png')} alt="Update Selected Items dialog" style={{border: '1px solid gray'}} width="400"/><br/>Tips:
47+
* If you select **All Child Organizations**, you can then select organizations to exclude, allowing you to update to all organizations except those you select:<br/><img src={useBaseUrl('img/manage/subscriptions/mssp-orgs-selected-organizations.png')} alt="Selected organizations" style={{border: '1px solid gray'}} width="300"/>
48+
* When you update rule tuning expressions, select **Include Associated Cloud SIEM Rules** to also update all the Cloud SIEM rules that the expressions are used on:<br/><img src={useBaseUrl('img/manage/subscriptions/mssp-orgs-sync-associated-rules.png')} alt="Include Associated Cloud SIEM Rules checkbox" style={{border: '1px solid gray'}} width="200"/>
49+
1. Click **Update**. An **Updating in progress** dialog is displayed.
50+
51+
## View history
52+
53+
1. Click **View History** in the upper-right corner of the page. <br/>A query for update history displays:<br/><img src={useBaseUrl('img/manage/subscriptions/mssp-view-history-query.png')} alt="View history query" style={{border: '1px solid gray'}} width="800"/>
54+
1. Click the search button. <img src={useBaseUrl('img/manage/subscriptions/search-button.png')} alt="Search button" width="75"/> <br/>The update history displays. The email of the individual who performed the update appears in the **user_email** column, and the updated items appear in the **content** column. <br/><img src={useBaseUrl('img/manage/subscriptions/mssp-view-history-query-results.png')} alt="View history query results" style={{border: '1px solid gray'}} width="800"/>
55+
1. Investigate any updates that failed and re-run the update if needed.
56+
57+
## FAQs
58+
59+
### What to expect when updating Cloud SIEM rules
60+
61+
* **Are rule tuning expressions included?**<br/>No, they are not included, but can be updated separately.
62+
* **What happens when a rule with the same name already exists?**<br/>It will be replaced in the child organization.
63+
* **What if errors occur during updating?**<br/>Affected items will be skipped. Once the rest of the content is updated, you can review errors in log search and retry.
64+
65+
### What to expect when updating Cloud SIEM rule tuning expressions
66+
67+
* **What happens if a tuning expression with the same name already exists?**<br/>It will be replaced in the child organization.
68+
* **What if errors occur during updating?**<br/>Affected items will be skipped. Once the rest of the content is updated, you can review errors in log search and retry.
69+
* **What happens if the source tuning expression contains Cloud SIEM rules?**<br/>If the **Include Linked Cloud SIEM Rules** option is selected, existing rules with the same name in the destination organization will be linked to match the source tuning expression.
70+
* **What if no matching Cloud SIEM rules are found in the destination organization?**<br/>The update will complete with a warning, and missing rules will be logged in the audit log. You can update those rules separately and re-run the tuning expression update.
71+
72+
73+
## Multi-insights list page in Cloud SIEM
74+
75+
If you are logged in to a parent organization with child organizations that also use Cloud SIEM, the insights list page in Cloud SIEM allows you to [view insights in child organizations](/docs/cse/get-started-with-cloud-siem/about-cse-insight-ui/#view-insights-in-child-organizations).
76+
77+
This multi-insights list page (also known as a "federated" page) shows insights just as in a normal insights list page. When you click an insight on the page, you are automatically signed in to the child organization (if SSO is enabled for the child organization), and the insight's details open in the child organization's UI. You can also use the board view on the multi-insights page to move insights to different statuses.
78+
79+
To be able to see insights in child organizations, add child organizations that use Cloud SIEM. Then when the parent organization user goes to their Cloud SIEM insights list page, all the child organizations' insights appear in the list.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@ module.exports = {
972972
'manage/manage-subscription/create-and-manage-orgs/create-manage-orgs-service-providers',
973973
'manage/manage-subscription/create-and-manage-orgs/create-manage-orgs-flex',
974974
'manage/manage-subscription/create-and-manage-orgs/manage-org-settings',
975+
//'manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps',
975976
],
976977
},
977978
{
37.6 KB
Loading
23.6 KB
Loading
210 KB
Loading
192 KB
Loading

0 commit comments

Comments
 (0)