From b884ded2cd69d823105f803a1c380a8f315384ff Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:27:41 +0530 Subject: [PATCH] Update netskope-source.md --- .../cloud-to-cloud-integration-framework/netskope-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/netskope-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/netskope-source.md index bcc5b0327a..1fcb063d95 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/netskope-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/netskope-source.md @@ -84,7 +84,7 @@ To configure a Netskope Source: 1. (Optional) **Fields.** Click the **+Add Field** link to define the fields you want to associate, each field needs a name (key) and value. * ![green check circle.png](/img/reuse/green-check-circle.png) A green circle with a check mark is shown when the field exists in the Fields table schema. * ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo that does not exist in the Fields schema it is ignored, known as dropped.  -1. Enter your Netskope customer specific **Tenant ID**. Do not provide the entire URL, just the Tenant ID. +1. Enter your Netskope customer specific **Tenant ID**. Do not provide the entire URL, just the Tenant ID. For example, if your URL is `https://tenant.eu.sumologic.com`, then `tenant.eu` will be your Tenant ID. 1. Enter the Netskope **API Token** you want to use to authenticate requests. 1. **Event Types** (Optional). By default, *all* event types are collected. You can specify certain event types to collect. Make sure to have the corresponding token privileges to the event types. If this field is empty, all event types are collected. Be aware that if you want to collect all event types, and a new event type is added in the future, your token might need to be updated accordingly. :::note