Skip to content

Commit 7834b56

Browse files
committed
Search Across Multiple Child Orgs
1 parent ecfac96 commit 7834b56

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

blog-service/2025-10-31-search.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Search Across Multiple Child Orgs (MSSPs)
3+
image: https://help.sumologic.com/img/reuse/rss-image.jpg
4+
keywords:
5+
- search
6+
- child-orgs
7+
- mssp
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
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).

docs/search/search-across-child-orgs.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ You can run a log search query in the selected child org under a parent org. All
1111
Follow the steps below to perform a child org-level search:
1212

1313
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.
14-
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"/> 
14+
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"/>
1515
1. Enter the required query and click the search button to obtain the search results.
16+
:::note
17+
Make sure you use an aggregator and `_orgID` for multi-child org queries. For example, `* | count by _orgId`.
18+
:::
19+
20+
There can be two possible errors while running the multi-child org queries:
21+
22+
- **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.
23+
- **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.
1624

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

2431
For more information about the Log Search, refer to [Search Basics](/docs/search/get-started-with-search/search-basics/).
117 KB
Loading

0 commit comments

Comments
 (0)