Skip to content

Commit 6669b33

Browse files
amee-sumoJV0812
andauthored
Updated the Code42 doc (C2C) (#4942)
* Updated the Code42 doc (C2C) * Update docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/code42-incydr-source.md Co-authored-by: Jagadisha V <[email protected]> * updated the Polling Interval table --------- Co-authored-by: Jagadisha V <[email protected]>
1 parent 377d60f commit 6669b33

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/code42-incydr-source.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Code42 Incydr
55
tags:
66
- cloud-to-cloud
77
- code42-incydr
8-
description: Learn how to collect alerts, file events, and audit logs from the Code42 Incydr.
8+
description: Learn how to collect sessions, file events, and audit logs from the Code42 Incydr.
99
---
1010
import CodeBlock from '@theme/CodeBlock';
1111
import ExampleJSON from '/files/c2c/code42-incydr/example.json';
@@ -17,13 +17,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1717

1818
The Code42 Incydr is an insider risk management solution that allows you to detect and respond to data exposure and exfiltration from corporate computer, cloud, and email systems. It provides the visibility, context, and controls needed to protect data without overwhelming security teams or inhibiting employee productivity.
1919

20-
Code42 Incydr source is used to analyze and fetch file events, alerts and audit logs from the Code42 Incydr API and send it to Sumo Logic.
20+
Code42 Incydr source is used to analyze and fetch sessions, file events, and audit logs using the [Code42 Incydr API](https://developer.code42.com/api) and send it to Sumo Logic.
2121

2222
## Data collected
2323

2424
| Polling Interval | Data |
2525
| :--- | :--- |
26-
| 5 min | [Alerts, File Events, and Audit Logs (Audit Events)](https://developer.code42.com/api) |
26+
| 5 minutes | [Sessions](https://developer.code42.com/api/#tag/Alerts-and-Sessions/operation/SearchSessions) |
27+
| 5 minutes | [File Events](https://developer.code42.com/api/#tag/File-Events/operation/searchEvents) |
28+
| 5 minutes | [Audit Logs](https://developer.code42.com/api/#tag/Audit-Log/operation/searchAuditLog) |
2729

2830
## Setup
2931

static/files/c2c/code42-incydr/example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"secretKey": "XXXXV%DsznXXX!hxr479cXsxxnbkX@vxxrxkbfxc",
1111
"dataCollection": [
1212
"auditEvents",
13-
"alerts",
13+
"sessions",
1414
"fileEvents"
1515
]
1616
},

static/files/c2c/code42-incydr/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "sumologic_cloud_to_cloud_source" "code42incydr_source" {
1212
"secretKey": "XXXXV%DsznXXX!hxr479cXsxxnbkX@vxxrxkbfxc",
1313
"dataCollection": [
1414
"auditEvents",
15-
"alerts",
15+
"sessions",
1616
"fileEvents"
1717
]
1818
})

0 commit comments

Comments
 (0)