You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: docs/search/search-across-child-orgs.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,21 @@ You can run a log search query in the selected child org under a parent org. All
11
11
Follow the steps below to perform a child org-level search:
12
12
13
13
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"/>
15
15
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.
16
24
17
25
:::note
18
-
- We only support selecting *one* child org to perform the log search.
19
26
- 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**.
21
27
- 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.
22
29
:::
23
30
24
31
For more information about the Log Search, refer to [Search Basics](/docs/search/get-started-with-search/search-basics/).
0 commit comments