diff --git a/blog-service/2026-02-27-manage.md b/blog-service/2026-02-27-manage.md new file mode 100644 index 0000000000..58ad58bcd4 --- /dev/null +++ b/blog-service/2026-02-27-manage.md @@ -0,0 +1,11 @@ +--- +title: Scheduled Report Support for Parent org Dashboards (MSSPs) +image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082 +keywords: + - scheduled-report + - manage + - mssps +hide_table_of_contents: true +--- + +We're excited to introduce support for filtering the scheduled dashboard reports by child orgs. When setting up a scheduled report, select the required child org(s) from the **Organization** dropdown under the **Select Variables** section to receive a report that reflects data for your intended child organization. [Learn more](/docs/dashboards/dashboard-child-orgs/#create-scheduled-reports). \ No newline at end of file diff --git a/docs/dashboards/dashboard-child-orgs.md b/docs/dashboards/dashboard-child-orgs.md index 17b9f0dfbb..d0f4aaa1dc 100644 --- a/docs/dashboards/dashboard-child-orgs.md +++ b/docs/dashboards/dashboard-child-orgs.md @@ -82,6 +82,13 @@ You can delete a panel that you no longer need. If required, toggle off the **Include current variable values in the URL** option to hide the variables and organiation details from the URL when you share the dashboard. +## Create scheduled reports + +You can create a scheduled report to receive an email copy of the dashboard at your preferred frequency. To set one up, refer to [Scheduled Reports](/docs/dashboards/scheduled-report/). + +To ensure the scheduled report reflects data for the intended child organization, select the required child org(s) from the **Organization** dropdown under the **Select Variables** section.
delete a panel + + ## Limitations - Public dashboards are not supported in MSSP environments. diff --git a/docs/dashboards/scheduled-report.md b/docs/dashboards/scheduled-report.md index 225e12c8e7..dfd0b70a8d 100644 --- a/docs/dashboards/scheduled-report.md +++ b/docs/dashboards/scheduled-report.md @@ -2,7 +2,7 @@ id: scheduled-report title: Scheduled Report sidebar_label: Scheduled Report (Email) -description: Learn how to create, update, delete and export a scheduled dashboard report. +description: Learn how to create, update, delete, and export a scheduled dashboard report. --- import useBaseUrl from '@docusaurus/useBaseUrl'; diff --git a/static/img/dashboards/scheduled_reports/select-child-org.png b/static/img/dashboards/scheduled_reports/select-child-org.png new file mode 100644 index 0000000000..fab577af09 Binary files /dev/null and b/static/img/dashboards/scheduled_reports/select-child-org.png differ