Skip to content
10 changes: 10 additions & 0 deletions blog-service/2025-11-20-manage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Collection Overview (Manage)
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
keywords:
- collection-overview
- manage
hide_table_of_contents: true
---

We're excited to annouce a new **Collection Overview** page, providing parent organization users with a unified view of all Installed, Hosted, and OpenTelemetry collectors across their child orgs. This also helps you to monitor collector health status and drill down into the selected organization for deeper analysis. [Learn more](/docs/manage/manage-subscription/collection-overview).
29 changes: 29 additions & 0 deletions docs/api/collector-management/collector-api-methods-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,35 @@ curl -u '<accessId>:<accessKey>' -X GET https://api.sumologic.com/api/v1/collect

</details>

### Get Collectors Overview

<details>
<summary><span className="api get">GET</span><code>/collectors/overview</code></summary>
<p/>

Get a list of Installed, Hosted, and OpenTelemetry collectors associated with your child orgs.

#### Example

This example gets the list of Installed and Hosted collector count, offline or inactive collectors, and health check details associated with your child orgs.

```bash title="Request"
curl -u '<accessId>:<accessKey>' -X GET https://api.sumologic.com/api/v1/collectors/overview
```

```json title="Response"
{
"installedCollectorsCount": 1533,
"installedSourcesCount": 46936,
"hostedCollectorsCount": 151,
"hostedSourcesCount": 320,
"offlineCollectorsCount": 770,
"errors": 3845,
"warnings": 0
}
```
</details>

## POST methods

### Create Hosted Collector
Expand Down
19 changes: 19 additions & 0 deletions docs/manage/manage-subscription/collection-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: collection-overview
title: Collection Overview
sidebar_label: Collection Overview
description: Monitor all the collectors associated with the child orgs in single interface.
---

import useBaseUrl from '@docusaurus/useBaseUrl';

The Collection Overview page provides a centralized view of all child org level collectors within your parent org. It enables all parent users to monitor collectors (Installed, Hosted, and OpenTelemetry) and sources across each child organization from a single interface. Additionally, this also helps you to identify and review collector health events, including stopped or inactive collectors.

To view collector details at the child org level, perform the following steps:

1. [**New UI**](/docs/get-started/sumo-logic-ui/). In the main Sumo Logic menu select **Organizations**, and then select **Collection Overview**. You can also click the **Go To...** menu at the top of the screen and select **Collection Overview**.<br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Organizations > Collection Overview**. <br/><img src={useBaseUrl('img/manage/subscriptions/collection-overview.png')} alt="collection-overview" style={{border: '1px solid gray'}} width="800" />
2. Navigate to the **Collection** tab to view details of Installed and Hosted collectors or navigate to the **OT Collection** tab view details of OpenTelemetry collectors associated with the child orgs.
- **Collection**. Displays the total number of collectors and sources associated with the child orgs. Additionally, includes insights into the health events and stopped installed collectors for the respective child orgs level.
- **OT Collection**. Displays the total number of collectors and source templates associated with the child orgs. Additionally, includes insights into the health events and stopped installed collectors for the respective child orgs level.

To drill down into a specific child org's details directly from the Collection Overview page, select **Open Organization** from the kebab menu for the selected collector. <br/><img src={useBaseUrl('img/manage/subscriptions/drill-down-open-organization.png')} alt="drill-down-open-organization" style={{border: '1px solid gray'}} width="800" />
6 changes: 6 additions & 0 deletions docs/manage/manage-subscription/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ In this section, we'll introduce the following concepts:
<p>Learn how to upgrade your Sumo Logic account plans.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href={useBaseUrl('docs/manage/manage-subscription/collection-overview')}><img src={useBaseUrl('img/icons/operations/manage.png')} alt="icon" width="40"/><h4>Collection Overview</h4></a>
<p>Learn how to monitor all the collectors associated with the child orgs in single interface.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href={useBaseUrl('docs/manage/manage-subscription/manage-billing-information')}><img src={useBaseUrl('img/icons/operations/manage.png')} alt="icon" width="40"/><h4>Manage Billing Information</h4></a>
Expand Down
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ module.exports = {
'manage/manage-subscription/upgrade-account/upgrade-cloud-flex-legacy-account',
],
},
'manage/manage-subscription/collection-overview',
'manage/manage-subscription/manage-billing-information',
'manage/manage-subscription/organization-usage-limits',
'manage/manage-subscription/scan-budgets',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading