Skip to content

Commit 08031cd

Browse files
committed
minor fix
1 parent 79a4b35 commit 08031cd

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
lines changed

docs/dashboards/create-dashboard-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: create-dashboard-new
33
title: Create a Dashboard
4-
description: Learn how to create your own custom Dashboard with a panel and query, then customize a chart and add the chart to the dashboard.
4+
description: Learn how to create your own custom Dashboard with a panel and query, then customize a chart and the chart to the dashboard.
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';

docs/dashboards/dashboard-child-orgs.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
id: dashboard-child-orgs
33
title: Create a Dashboard for Child Orgs (MSSPs)
4-
description: Learn how to create your own custom Dashboard with a panel and query to child org level, then customize a chart and add the chart to the dashboard.
4+
description: Learn how to create your own custom Dashboard with a panel and query to child org level, then customize a chart and the chart to the dashboard.
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
88

9-
The **Dashboard** page allows you to view log data on the same dashboard in an integrated and seamless view. This article demonstrates on how to create a dashboard, a panel query, and then add a panel to the dashboard at the child orgs level.
9+
The **Dashboard** page allows you to view log data on the same dashboard in an integrated and seamless view. This article demonstrates on how to create a dashboard, a panel query, and then add a panel to the dashboard at the child orgs level.
1010

1111
## Create a dashboard
1212

1313
There are two ways to create a dashboard, either by using the following method or by creating it directly from the [Log Search page](#log-search-page). Follow the steps below to create a dashboard under a selected child org:
1414

15-
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). Go to the **Home** screen and select **Dashboard**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Dashboards > New Dashboard**. You can also click the **Go To...** menu at the top of the screen and select **New Dashboard**.
15+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). Go to the **Home** screen and select **Dashboard**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Dashboards > New Dashboard**. You can also click the **Go To...** menu at the top of the screen and select **New Dashboard**.
1616
1. Select the **Dashboard** text field at the top of the window and enter a unique name for your new dashboard.
1717
1. From the **Select Org** dropdown, select the child org under which you need to create the dashboard.<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/select-org-for-dashboard.png')} alt="select-org-for-dashboard" style={{border: '1px solid gray'}} width="800" />
1818

@@ -23,12 +23,12 @@ Now that you have created a new dashboard, you can populate it with panels tha
2323
To add a panel to a new dashboard, do the following:
2424

2525
1. Select a panel type by clicking the corresponding icon. To learn more about panels, refer to [Dashboard types](/docs/dashboards/panels).<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/panel-types.png')} alt="panel types" style={{border: '1px solid gray'}} width="600" />
26-
1. You are prompted to [provide a query](#add-a-log-query).
26+
1. You are prompted to [provide a query](#add-a-log-query).
2727
1. If you have selected the parent org while creating the dashboard, you will be able to select the child org under which the panel query needs to run.
2828
:::note
2929
The autocomplete feature while writing the query will run with respect to the selected child org.
3030
:::
31-
1. Click the **Add to Dashboard** button on the top right of the window to add the panel to your dashboard. <br/><img src={useBaseUrl('/img/dashboards/create-dashboard/Add-to-Dashboard-button.png')} alt="Add to Dashboard button" style={{border: '1px solid gray'}} width="300" />
31+
1. Click the **Add to Dashboard** button on the top right of the window to add the panel to your dashboard.<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/Add-to-Dashboard-button.png')} alt="Add to Dashboard button" style={{border: '1px solid gray'}} width="300" />
3232
1. Once the panel is added the the dashboard, the panel query will display the results based on the [default org set for the dashboard](#set-a-default-org).
3333

3434
You can customize a chart on a dashboard panel in a variety of ways. To include changing the chart type to analyze the data in another format. See [Modify a Chart](./panels/modify-chart.md) for details on all the available options.
@@ -58,7 +58,7 @@ Follow the below steps to change the default child org:
5858
To create a Dashboard from the [Log Search page](/docs/search):
5959

6060
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). Go to the **Log Search** page.<br/>[**New UI**](/docs/get-started/sumo-logic-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**.
61-
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"/> 
61+
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"/>
6262
1. Enter the required query and click the search button to obtain the search results.
6363
1. From the Log Search page click the **Add to Dashboard** button on the **Aggregates tab** after running your aggregate query.<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/Add-to-dashboard-new-logs.png')} alt="Add to dashboard new logs" style={{border: '1px solid gray'}} width="700" />
6464
1. In the **Add Panel to Dashboard** window provide a **Panel Title** and a name for the **Dashboard**. Once the name is entered you will have an option to select **Create New Dashboard** with your name. Select that option.<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/Enter-dashboard-new-name-logs.png')} alt="Enter dashboard new name logs" style={{border: '1px solid gray'}} width="400" />
@@ -81,4 +81,6 @@ If required, toggle off the **Include current variable values in the URL** optio
8181

8282
- Public dashboards are not supported in MSSP environments.
8383
- Scheduled reports are only supported at the parent organization level, not for child orgs.
84-
84+
- Metrics and span queries are supported only at the parent organization level, not for child organizations.
85+
- Panels containing metrics or span queries will display no data if you switch from the parent organization to any child organization.
86+
- When exporting a dashboard at the child organization level, panels with metrics or span queries will also show no data.

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ description: Learn how to perform the search for the selected child org.
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
88

9-
<head>
10-
<meta name="robots" content="noindex" />
11-
</head>
12-
13-
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
14-
15-
:::info
16-
This feature is in Beta. For more information, contact your Sumo Logic account executive.
17-
:::
18-
199
You can run a log search query in the selected child org under a parent org. All the results obtained from this search will have the data identified from the selected child org.
2010

2111
Follow the steps below to perform a child org-level search:
@@ -33,3 +23,5 @@ Follow the steps below to perform a child org-level search:
3323
:::
3424

3525
For more information about the Log Search, refer to [Search Basics](/docs/search/get-started-with-search/search-basics/).
26+
27+
To view your log data in a dashboard, refer to [Create a Dashboard for Child Orgs (MSSPs)](/docs/dashboards/dashboard-child-orgs).

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,7 @@ module.exports = {
16641664
],
16651665
},
16661666
'search/query-assist',
1667+
'search/search-across-child-orgs',
16671668
'search/optimize-search-performance',
16681669
'search/optimize-search-partitions',
16691670
'search/subqueries',

0 commit comments

Comments
 (0)