Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions blog-service/2025-10-31-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Search Across Multiple Child Orgs (MSSPs)
image: https://help.sumologic.com/img/reuse/rss-image.jpg
keywords:
- search
- child-orgs
- mssp
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

We're excited to announce the ability to run a log search queries directly across multiple child orgs under a parent org. Previosuly, we were able to only query across one child org under a parent org, going forward you can query across multiple child orgs making it easier to dive into multi org-specific insights while staying connected at the parent org level. [Learn more](/docs/search/search-across-child-orgs).
13 changes: 10 additions & 3 deletions docs/search/search-across-child-orgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,21 @@ You can run a log search query in the selected child org under a parent org. All
Follow the steps below to perform a child org-level search:

1. **New UI.** In the main Sumo Logic menu, select **Logs** > **Log Search**. You can also click the **Go To...** menu at the top of the screen and select **Log Search**.<br/>**Classic UI.** Go to the **Log Search** page.
1. Click the <img src={useBaseUrl('img/search/get-started-search/search-page/child-org-select-button.png')} alt="child-org-select-button" style={{border: '1px solid gray'}} width="30"/>  button to select the child org where you want to query. <br/><img src={useBaseUrl('img/search/get-started-search/search-page/child-org-dropdown.png')} alt="child-org-dropdown" style={{border: '1px solid gray'}} width="800"/> 
1. Click the <img src={useBaseUrl('img/search/get-started-search/search-page/child-org-select-button.png')} alt="child-org-select-button" style={{border: '1px solid gray'}} width="30"/> button to select the child org where you want to query. You can either select one child org or multiple chid orgs.<br/><img src={useBaseUrl('img/search/get-started-search/search-page/child-org-dropdown.png')} alt="child-org-dropdown" style={{border: '1px solid gray'}} width="800"/>
1. Enter the required query and click the search button to obtain the search results.
:::note
Make sure you use an aggregator and `_orgID` for multi-child org queries. For example, `* | count by _orgId`.
:::

There can be two possible errors while running the multi-child org queries:

- **Partial success**. This occurs when you run a query across all child organizations, and while some child organizations successfully execute, one or more encounter failures. Despite the failures, aggregate results from the successfully executed child organizations will be displayed. To resolve the failure, refer to the audit logs (`_index=sumologic_system_events`) for detailed information on the failure query.
- **Error**. This occurs when you run a query across all child organizations, and all child organizations encounter failures with no child organizations returning the successful result. To resolve the failure, refer to the audit logs (`_index=sumologic_system_events`) for detailed information on the failure query.

:::note
- We only support selecting *one* child org to perform the log search.
- All the searches that run via the child org in the parent org would be billed under the child org account.
- Currently, this search capability is limited only to **Log Search**.
- Audit logs for the completed searches would appear under the child org logs.
- Raw messages and facets are supported only for one child org query and not for multiple chid orgs query.
:::

For more information about the Log Search, refer to [Search Basics](/docs/search/get-started-with-search/search-basics/).
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.