The Coralogix security integration snap-in enables automatic creation and management of DevRev issues based on security alerts from your Coralogix instance. This integration helps streamline your security incident response workflow by bringing Coralogix alerts directly into your DevRev workspace.
In your Coralogix console, go to Data Flow > Outbound Webhooks > Generic Webhook.
Click Add new webhook destination.
Configure the webhook:
Set the HTTP method to POST
Paste the copied webhook URL in the URL field
Add the following header for authentication:
X-DevRev-Signature: <your-secret-signature-key>
Replace <your-secret-signature-key> with the signature key provided during installation.
Configure the payload format according to your alert requirements.
The secret signature key is used to verify that webhook requests are genuinely from your Coralogix instance. Keep it confidential and never share it publicly.