Skip to content

Commit bce65b7

Browse files
committed
Rough draft for sync
1 parent bb30441 commit bce65b7

File tree

7 files changed

+38
-12
lines changed

7 files changed

+38
-12
lines changed

cid-redirects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@
17741774
"/cid/1082": "/docs/metrics/introduction/get-started-metrics",
17751775
"/cid/10820": "/docs/manage/manage-subscription/create-manage-orgs",
17761776
"/cid/10821": "/docs/search/get-started-with-search/search-page/change-time-range-in-histogram",
1777-
"/cid/10822": "/docs/manage/manage-subscription/manage-content-for-orgs",
1777+
"/cid/10822": "/docs/manage/manage-subscription/manage-orgs-for-mssps",
17781778
"/cid/1083": "/docs/manage/users-roles/roles/role-based-access-control",
17791779
"/cid/1084": "/docs/metrics/manage-metric-volume/disabled-metrics-sources",
17801780
"/cid/1085": "/docs/send-data/installed-collectors/macos",

docs/manage/manage-subscription/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ In this section, we'll introduce the following concepts:
5353
<p>Learn how to update org names, define subdomain names, delete orgs, and change the account owner.</p>
5454
</div>
5555
</div>
56+
<div className="box smallbox card">
57+
<div className="container">
58+
<a href="/docs/manage/manage-subscription/manage-orgs-for-mssps"><img src={useBaseUrl('img/icons/operations/manage.png')} alt="icon" width="40"/><h4>Manage Orgs for MSSPs</h4></a>
59+
<p>Learn how to manage organizations for Managed Security Service Providers (MSSPs).</p>
60+
</div>
61+
</div>
5662
<div className="box smallbox card">
5763
<div className="container">
5864
<a href="/docs/manage/manage-subscription/beta-opt-in"><img src={useBaseUrl('img/icons/operations/manage.png')} alt="icon" width="40"/><h4>Beta Participation Opt-In</h4></a>

docs/manage/manage-subscription/manage-content-for-orgs.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
import useBaseUrl from '@docusaurus/useBaseUrl';
9+
10+
This article describes how to manage organizations for Managed Security Service Providers (MSSPs). MSSPs in Sumo Logic use [Cloud SIEM](/docs/cse/), and consist of a parent organization with child organizations that have content synced across the organizations, such as Cloud SIEM rules and rule tuning expressions.
11+
12+
## Sync content in child organizations
13+
14+
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**.
15+
1. Select the **Content Management** tab.
16+
1. In the **Source** field, select the organization that will provide the source data to be synced to other organizations.
17+
1. In the **Content** bar, select the content to be synced:
18+
* **Cloud SIEM Rules**
19+
* **Rule Tuning Expressions**
20+
1. Select individual items to be synced, or all items.
21+
1. Click **Sync Selected Items**.<br/><img src={useBaseUrl('img/manage/subscriptions/mssp-orgs-sync-selected-items.png')} alt="Sync Selected Items button" style={{border: '1px solid gray'}} width="800"/>
22+
1. On the **Sync Selected Items** box, click **Selected Organizations** to select the organizations to sync the selected items to. <br/>You can select **All Child Organizations**, a single child organization, or multiple child organizations. If you select **All Child Organizations**, you can then select organizations to exclude, allowing you to sync 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="400"/>
23+
1. Click **Sync**. A **Syncing in progress** dialog is displayed.
24+
25+
### How syncing works
26+
27+
* When items with the same name already exist in the child organizations, they will be replaced.
28+
* When errors occur during syncing, attached items will be skipped. After the rest of the items are synchronized, you can investigate the errors in log search and try again.
29+
30+

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,7 @@ module.exports = {
931931
'manage/manage-subscription/create-manage-orgs',
932932
'manage/manage-subscription/create-manage-orgs-service-providers',
933933
'manage/manage-subscription/manage-org-settings',
934+
'manage/manage-subscription/manage-orgs-for-mssps',
934935
'manage/manage-subscription/usage-management',
935936
'manage/manage-subscription/fedramp-capabilities',
936937
'manage/manage-subscription/beta-opt-in',
93.3 KB
Loading
306 KB
Loading

0 commit comments

Comments
 (0)