Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ The Code42 Incydr source requires you to provide the **Base URL**, **Client ID**
- api.us2.code42.com
- api.ie.code42.com
- api.gov.code42.com
- api.us7.code42.com
- api.uk.code42.com
- api.au.code42.com
- api.ca.code42.com
- api.de.code42.com
- api.za.code42.com
:::info
Make sure that all API requests are made using HTTPs.
:::
Expand Down Expand Up @@ -82,7 +88,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"`
| fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the Collector or Source. Use the boolean field `_siemForward` to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}` |
| baseURL | String | Yes | `null` | API Key to used for Authorization. | |
| baseURL | String | Yes | `null` | Domain from which you want to retrieve the source data from the Incydr API. | |
| clientID | Boolean | No | `null` | Client ID generated from the Code42 Incydr platform. | |
| secretKey | String | No | `null` | Secret Key generated secured from the Code42 Incydr platform. | |
| dataCollection | String | No | `null` | Type of source from which you want to collect the data from. | |
Expand Down
Loading