Skip to content

Commit 93c2c24

Browse files
JV0812parth-sumokimsauce
authored
ChatGPT Compliance Source - GA (#5821)
* ChatGPT Compliance Source - GA * Update blog-service/2025-09-22-collection.md Co-authored-by: Kim (Sumo Logic) <[email protected]> * Update docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md Co-authored-by: Kim (Sumo Logic) <[email protected]> --------- Co-authored-by: Parth Langalia <[email protected]> Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 145fa84 commit 93c2c24

File tree

5 files changed

+22
-9
lines changed

5 files changed

+22
-9
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: ChatGPT Compliance Source (Collection)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- c2c
6+
- chatgpt-compliance-source
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
We're excited to announce the release of our new cloud-to-cloud source for ChatGPT Compliance. This source securely collects conversation logs from the ChatGPT Compliance platform and sends them to Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/chatgpt-compliance-source).

docs/integrations/product-list/product-list-a-l.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
148148
| <img src={useBaseUrl('img/send-data/cato-logo.png')} alt="Thumbnail icon" width="50"/> | [Cato Networks](https://www.catonetworks.com/) | App: [Cato Networks](/docs/integrations/saas-cloud/cato-networks/) <br/>Cloud SIEM integration: [Cato Networks](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/53e043b0-76e3-471a-84ec-0266a4f3b279.md) <br/>Collector: [Cato Networks Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cato-networks-source/) |
149149
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/censys.png')} alt="Thumbnail icon" width="75"/> | [Censys](https://censys.com/) | Automation integrations: <br/>- [Censys](/docs/platform-services/automation-service/app-central/integrations/censys/) <br/>- [Censys V2](/docs/platform-services/automation-service/app-central/integrations/censys-v2/) |
150150
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/certego.png')} alt="Thumbnail icon" width="75"/> | [Certego](https://www.certego.net/) | Automation integration: [Certego](/docs/platform-services/automation-service/app-central/integrations/certego/) |
151+
| <img src={useBaseUrl('img/send-data/chatgpt-compliance.png')} alt="Thumbnail icon" width="50"/> | [ChatGPT Compliance](https://chatgpt.com/) | Collector: [ChatGPT Compliance Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/chatgpt-compliance-source) |
151152
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/check-host.png')} alt="Thumbnail icon" width="75"/> | [Check-Host](https://check-host.net/) | Automation integration: [Check-Host](/docs/platform-services/automation-service/app-central/integrations/check-host/) |
152153
| <img src={useBaseUrl('img/integrations/misc/checkpoint-logo.png')} alt="Thumbnail icon" width="100"/> | [Check Point](https://www.checkpoint.com/) | Automation integration: [Check Point](/docs/platform-services/automation-service/app-central/integrations/check-point/) <br/>Cloud SIEM integration: [Check Point](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/6ee43776-3c2c-49b9-a5cf-51309e815aa3.md) <br/>Community app: [Sumo Logic for Check Point](https://github.com/SumoLogic/sumologic-content/tree/master/Checkpoint) |
153154
| <img src={useBaseUrl('img/send-data/chef-logo.png')} alt="Thumbnail icon" width="50"/> | [Chef](https://www.chef.io/) | Collector: [Install OpenTelemetry Collector on Chef](/docs/send-data/opentelemetry-collector/install-collector/chef/) <br/>Community app: [Sumo Logic for Chef](https://github.com/SumoLogic/sumologic-content/tree/master/Chef) |

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/chatgpt-compliance-source.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
---
22
id: chatgpt-compliance-source
3-
title: ChatGPT Compliance Source (Beta)
4-
sidebar_label: ChatGPT Compliance (Beta)
3+
title: ChatGPT Compliance Source
4+
sidebar_label: ChatGPT Compliance
55
tags:
66
- cloud-to-cloud
77
- chatgpt-compliance
88
description: Learn to collect the conversations from ChatGPT Compliance platform.
99
---
1010

11-
<head>
12-
<meta name="robots" content="noindex" />
13-
</head>
14-
15-
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
16-
1711
import useBaseUrl from '@docusaurus/useBaseUrl';
1812

1913
<img src={useBaseUrl('img/send-data/chatgpt-compliance.png')} alt="ChatGPT-Compliance-icon" width="40" />

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
@@ -162,6 +162,12 @@ In this section, we'll introduce the following concepts:
162162
<p>Cato Networks Source helps to retrieve Cato audit and security logs into the Sumo Logic environment.</p>
163163
</div>
164164
</div>
165+
<div className="box smallbox card">
166+
<div className="container">
167+
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/chatgpt-compliance-source"><img src={useBaseUrl('img/send-data/chatgpt-compliance.png')} alt="Thumbnail icon" width="100"/><h4>ChatGPT Compliance</h4></a>
168+
<p>Securely collect and analyze ChatGPT Compliance platform conversation logs.</p>
169+
</div>
170+
</div>
165171
<div className="box smallbox card">
166172
<div className="container">
167173
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cisco-amp-source"><img src={useBaseUrl('img/send-data/cisco-amp.png')} alt="icon" width="90"/><h4>Cisco AMP</h4></a>

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ module.exports = {
445445
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/carbon-black-cloud-source',
446446
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/carbon-black-inventory-source',
447447
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/cato-networks-source',
448-
//'send-data/hosted-collectors/cloud-to-cloud-integration-framework/chatgpt-compliance-source',
448+
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/chatgpt-compliance-source',
449449
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/cisco-amp-source',
450450
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/cisco-meraki-source',
451451
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/cisco-vulnerability-management-source',

0 commit comments

Comments
 (0)