Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update netskope_transaction.md #2012

Merged
merged 4 commits into from
Sep 20, 2024
Merged
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 @@ -52,6 +52,17 @@ Find more information about the subscription key on the [official google documen
}
```

5. Also in the `Event Streaming` section, extract 4 sub-strings from the `Subscription Endpoint` as explained in the following example:

Example of Subcription Endoint: `projects/1023456728636/locations/europe-west3-a/subscriptions/prod-goskope-eu456-sub-streaming-12345-6706281495`

| Information to collect | Example of values contained in the Subscription Endpoint |
| --- | --- |
| Project ID | 1023456728636 |
| Subscription ID | prod-goskope-eu456-sub-streaming-12345-6706281495 |
| Cloud Region | europe-west3 |
| Zone ID | a |

### Instruction on Sekoia

!!! Note
Expand All @@ -71,9 +82,13 @@ Go to the Sekoia.io [playbook page](https://app.sekoia.io/operations/playbooks),

- Create a **Trigger configuration** using:
* Your service account credentials from your Google Cloud environment extracted on a JSON file
* Subscription ID, Cloud Region and Zone ID extracted from the Subscription Endpoint on Netskope Event Streaming section
* Type the `Intake key` created on the previous
* Select the `application name` what you to fetch events from
* Type the `Admin email`

!!! Note
Please copy past the whole private key value during the procedure, including the begining and ending separators.

- Click on the **Save** button
- **Activate the playbook** with the toggle button on the top right corner of the page
Expand All @@ -89,4 +104,4 @@ Go to the Sekoia.io [playbook page](https://app.sekoia.io/operations/playbooks),

- [Configuring Netskope Transaction Events](https://docs.netskope.com/en/netskope-help/data-security/transaction-events/netskope-transaction-events/)
- [Create a service account](https://support.google.com/a/answer/7378726?hl=en)
- [Create and delete service account keys](https://cloud.google.com/iam/docs/keys-create-delete)
- [Create and delete service account keys](https://cloud.google.com/iam/docs/keys-create-delete)
Loading