Skip to content

Commit fa548e9

Browse files
amee-sumoJV0812
andauthored
Update docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sysdig-secure-source.md
Co-authored-by: Jagadisha V <[email protected]>
1 parent fd9b4d9 commit fa548e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sysdig-secure-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
8787
| 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"` |
8888
| 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"}` |
8989
| baseURL | String | Yes | `null` | The Sysdig base URL of your region. | `https://api.us2.sysdig.com` |
90-
| apiToken | String | Yes | `null` | The API Token of your Sysdig account. | `t3fPdsbxxxxxxxxxp4D6hbi4` |
90+
| apiToken | String | Yes | `null` | The API token of your Sysdig account. | `t3fPdsbxxxxxxxxxp4D6hbi4` |
9191
| filters | Array | No | `null` | An array of key-value pairs to filter the data. For key-value pairs, the length is set to 256 characters and the API accepts a maximum length of 1024 characters for the filter. | |
9292

9393
### JSON example

0 commit comments

Comments
 (0)