-
Notifications
You must be signed in to change notification settings - Fork 228
DOCS-637 - Content management for MSSPs - Beta #5035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2fdd1cf
Add manage-orgs-for-mssps.md file
jpipkin1 a55af94
Change title of new article
jpipkin1 bb30441
Adjust CID
jpipkin1 bce65b7
Rough draft for sync
jpipkin1 b276a73
Update screenshots
jpipkin1 c2ae50d
Add multi-insights section
jpipkin1 b8a7d80
Add SSO section
jpipkin1 3ff68d9
Merge branch 'main' into docs-637-mssp-content-management
jpipkin1 bec4ffe
Sync updates
jpipkin1 ed3b86b
Fix spelling error
jpipkin1 d5ee629
Merge branch 'main' into docs-637-mssp-content-management
jpipkin1 bd658ef
Move MSSP article under new orgs section
jpipkin1 a80af1f
Fix redirect
jpipkin1 5ee83d5
Fix redirect again
jpipkin1 0b9eebe
Add SSO info
jpipkin1 918328c
Fix broken links
jpipkin1 1a0fbd8
Remove content for DOCS-611
jpipkin1 4555082
Minor tweak
jpipkin1 5e5e7f6
Update docs/manage/manage-subscription/create-and-manage-orgs/manage-…
jpipkin1 e76ae49
Add release note
jpipkin1 5b218ea
Add FAQ section
jpipkin1 cbf3070
Minor updates
jpipkin1 f8c5b7c
Add 'View History' section
jpipkin1 094faba
Remove release note
jpipkin1 8b5a2a0
Merge branch 'main' into docs-637-mssp-content-management
jpipkin1 e1841bf
Update docs/manage/manage-subscription/create-and-manage-orgs/manage-…
jpipkin1 e352c36
Update docs/manage/manage-subscription/create-and-manage-orgs/manage-…
jpipkin1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 79 additions & 0 deletions
79
docs/manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| --- | ||
| id: manage-orgs-for-mssps | ||
| title: Manage Organizations for MSSPs | ||
| sidebar_label: Manage Orgs for MSSPs | ||
| description: Learn how to manage organizations for Managed Security Service Providers (MSSPs). | ||
| --- | ||
|
|
||
| <head> | ||
| <meta name="robots" content="noindex" /> | ||
| </head> | ||
|
|
||
| <p><a href="/docs/beta"><span className="beta">Beta</span></a></p> | ||
|
|
||
| import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
|
||
| 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/). | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| ### Roles | ||
|
|
||
| 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: | ||
|
|
||
| * Organizations | ||
| * View Organizations | ||
| * Create Organizations | ||
| * Manage Organizations | ||
|
|
||
| ## Update content in child organizations | ||
|
|
||
| To ensure that content is consistent across child organizations, use the **Content Management** tab. | ||
|
|
||
| You can update the following: | ||
| * Cloud SIEM [rules](/docs/cse/rules/) | ||
| * Cloud SIEM [rule tuning expressions](/docs/cse/rules/rule-tuning-expressions/) | ||
|
|
||
| To update content: | ||
| 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**. | ||
| 1. Select the **Content Management** tab. | ||
| 1. In the **Source** field, select the organization that will provide the source data to be updated in other organizations. | ||
| 1. In the **Content** bar, select the content to be updated: | ||
| * **Cloud SIEM Rules** | ||
| * **Rule Tuning Expressions** | ||
| 1. Select individual items to be updated, or all items. | ||
| 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"/> | ||
| 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: | ||
| * 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"/> | ||
| * 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"/> | ||
| 1. Click **Update**. An **Updating in progress** dialog is displayed. | ||
|
|
||
| ### View history | ||
|
|
||
| 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"/> | ||
| 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"/> | ||
| 1. Investigate any updates that failed and re-run the update if needed. | ||
|
|
||
| ### FAQs | ||
|
|
||
| #### What to expect when updating Cloud SIEM rules | ||
|
|
||
| * **Are rule tuning expressions included?**<br/>No, they are not included, but can be updated separately. | ||
| * **What happens when a rule with the same name already exists?**<br/>It will be replaced in the child organization. | ||
| * **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. | ||
|
|
||
| #### What to expect when updating Cloud SIEM rule tuning expressions | ||
jpipkin1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| * **What happens if a tuning expression with the same name already exists?**<br/>It will be replaced in the child organization. | ||
| * **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. | ||
| * **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. | ||
| * **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. | ||
|
|
||
|
|
||
| ## Multi-insights list page in Cloud SIEM | ||
|
|
||
| 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). | ||
|
|
||
| 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. | ||
|
|
||
| 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. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.