Skip to content

Commit 129ca89

Browse files
committed
Beta tag removed
1 parent 713c23c commit 129ca89

File tree

6 files changed

+27
-13
lines changed

6 files changed

+27
-13
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Digital Guardian C2C Source (Collection)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- collection
6+
- digital-guardian
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
13+
14+
We're excited to announce the release of our new cloud-to-cloud source for Digital Guardian. This source helps you to collect export data logs using the Export API and uses Acknowledge API to advance the bookmark value to obtain the next chunk of data from export endpoint to ingests it into Sumo Logic. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/digital-guardian-source).

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/digital-guardian-source.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Digital Guardian
55
tags:
66
- cloud-to-cloud
77
- digital-guardian
8-
description: The Digital Guardian Source provides a secure endpoint to receive authentication logs from the Cybereason Malops API.
8+
description: Learn how to collect export data from the Digital Guardian and send it to Sumo Logic.
99
---
1010
import CodeBlock from '@theme/CodeBlock';
1111
import ExampleJSON from '/files/c2c/digital-guardian/example.json';
@@ -14,17 +14,11 @@ import TerraformExample from '!!raw-loader!/files/c2c/digital-guardian/example.t
1414
import ForwardToSiem from '/docs/reuse/forward-to-siem.md';
1515
import useBaseUrl from '@docusaurus/useBaseUrl';
1616

17-
<head>
18-
<meta name="robots" content="noindex" />
19-
</head>
20-
21-
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
22-
2317
<img src={useBaseUrl('img/send-data/digital-guardian-logo.svg')} alt="icon" width="50"/>
2418

2519
Digital Guardian is a data protection platform that discovers, classifies, and controls data movement across endpoints, networks, and the cloud. Digital Guardian Analytics and Reporting Cloud (DG ARC) is an advanced analytics, workflow, and reporting cloud service that delivers no-compromise data protection.
2620

27-
The Digital Guardian integration ingests the export data using the [Export API](https://accessgw.msp.digitalguardian.com/rest/1.0/export_profiles/{Export_Profile}/export) and uses [Acknowledge API](https://accessgw.msp.digitalguardian.com/rest/1.0/export_profiles/{Export_Profile}/acknowledge) to advance the bookmark value to obtain the next chunk of data from export endpoint.
21+
The Digital Guardian integration ingests the export data using the Export API and uses Acknowledge API to advance the bookmark value to obtain the next chunk of data from export endpoint.
2822

2923
## Data collected
3024

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@ In this section, we'll introduce the following concepts:
235235
<p>Provides a secure endpoint to receive authentication logs from the Cybereason Malops API.</p>
236236
</div>
237237
</div>
238+
<div className="box smallbox card">
239+
<div className="container">
240+
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/digital-guardian-source"><img src={useBaseUrl('img/send-data/digital-guardian-logo.svg')} alt="Thumbnail icon" width="45"/><h4>Digital Guardian</h4></a>
241+
<p>Learn how to collect export data from the Digital Guardian and send it to Sumo Logic.</p>
242+
</div>
243+
</div>
238244
<div className="box smallbox card">
239245
<div className="container">
240246
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/docusign-source"><img src={useBaseUrl('img/integrations/saas-cloud/docusign-icon.svg')} alt="Thumbnail icon" width="45"/><h4>DocuSign</h4></a>

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ module.exports = {
400400
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/crowdstrike-spotlight-source',
401401
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/cyberark-source',
402402
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/cybereason-source',
403-
//'send-data/hosted-collectors/cloud-to-cloud-integration-framework/digital-guardian-source',
403+
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/digital-guardian-source',
404404
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/docusign-source',
405405
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/dropbox-source',
406406
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/druva-source',

static/files/c2c/digital-guardian/example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"name": "DG ARC",
66
"clientID": "hduj34-nduy73h-sdfnuw3r",
77
"clientSecret": "sadadsfsfsdf",
8-
"APIGatewayURL": "https://accessgw.XYZ.digitalguardian.com",
9-
"authServerURL": "https://authsrv.XYZ.digitalguardian.com",
8+
"APIGatewayURL": "https://accessgw.XYZ.abcd.com",
9+
"authServerURL": "https://authsrv.XYZ.abcd.com",
1010
"exportProfile": "profile",
1111
"pollingIntervalMin": 5
1212
},

static/files/c2c/digital-guardian/example.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ resource "sumologic_cloud_to_cloud_source" "digital-guardian-source" {
77
"name": "DG ARC",
88
"clientID": "hduj34-nduy73h-sdfnuw3r",
99
"clientSecret": "sadadsfsfsdf",
10-
"APIGatewayURL": "https://accessgw.XYZ.digitalguardian.com",
11-
"authServerURL": "https://authsrv.XYZ.digitalguardian.com",
10+
"APIGatewayURL": "https://accessgw.XYZ.abcd.com",
11+
"authServerURL": "https://authsrv.XYZ.abcd.com",
1212
"exportProfile": "profile",
1313
"pollingIntervalMin": 5
1414
})

0 commit comments

Comments
 (0)