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

[INTPLAT-467] DDS: Bitdefender Integration v1.0.0. #19037

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion bitdefender/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The Bitdefender integration uses a webhook to ingest Bitdefender EDR logs. The i
4. Click **Add**. The API Key Configuration window opens.
5. Provide the following information:
- **API Key Description**: A relevant name for your API key
- **Enabled APIs**: Select **Event Push Service**
- **Enabled APIs**: Select all services.
6. Click **Generate** and copy the generated API key.
7. Perform Base64 encoding on the generated API key. You'll use the encoded API key for webhook configuration.
1. Take your API key and append a colon (\:) to it, like this: `<api_key>:`
Expand Down
Loading
Loading