Integrating Devo
You can configure the Delinea Platform to forward audit and security logs to Devo by using Delinea Webhooks and Devo’s HTTP API endpoint.
Devo supports two ingestion modes:
-
Event mode: One event per HTTP request.
-
Stream mode: Multiple events per HTTP request.
Prerequisites
Before you begin, make sure you have the following:
-
Devo account with access to the HTTP API endpoint for log ingestion. You will need:
-
Endpoint URL
-
Authentication credentials (Token or API key)
-
-
Delinea Platform permissions to manage webhooks.
Configuration
Step 1: Prepare the Devo HTTP API Endpoint
-
Get the ingestion endpoint URL from your Devo admin console or check the Devo documentation to learn how to configure the HTTP endpoint.
Example format:https://<region>.devo.com/collector/<TOKEN> -
Save your Authentication Token or API key for later use.
Step 2: Create a Webhook in the Delinea Platform
-
In the Delinea Platform, search for or navigate to Webhooks.
-
Select Create Webhook.
-
Complete the webhook configuration fields.
|
Field |
Value / Example |
|---|---|
| Name | Send Logs to Devo |
| Description | Forwards audit/security logs to Devo for security analytics |
| Endpoint URL | https://<region>.devo.com/collector/<TOKEN> (your Devo HTTP API endpoint) |
|
Name |
Send Logs to Devo |
|
Webhook State |
Enabled |
Step 3: Configure Custom Headers (if required)
Some Devo environments require authentication headers. Example header:
|
Key |
Value |
|---|---|
| Authorization | Bearer <API_TOKEN>
|
In most cases the Devo token is embedded in the URL, so custom headers are optional. Only add headers if your Devo environment requires them
Validate and Monitor
After saving the webhook, validate the integration to ensure that logs are being delivered correctly:
In Devo:
-
Check that entries from Delinea appear in the Devo UI after triggering events.
-
Data may appear without a "type". Use the following query to locate Delinea events:
from my.app where category = "delineasecretserver"
In Delinea:
-
Navigate to Webhooks > Logs to monitor delivery status (Success/Failure).
-
Review specific payloads and error messages for troubleshooting.
Verification
Do the following to verify that the integration is fully functional:
-
Use the Verify Webhook feature in Delinea for real-time validation.
-
Confirm that events are delivered, parsed, and stored correctly in Devo.
Verification ensures that all configuration steps were successful and that Delinea logs are properly flowing into Devo.