Webhook
Learn how to send events via a Webhook to your logging system from Couchdrop
Overview
Webhook logging allows Couchdrop to send events directly to an external logging or SIEM system using a Webhook endpoint.
You can choose which Couchdrop events to send and optionally include additional HTTP headers or attributes in the JSON payload.
How to configure Webhook logging
Before you start
To configure Webhook logging, you will need:
A Couchdrop account with access to the SIEM logging settings
A Webhook endpoint
An Event JSON attribute
Configure the Webhook
Select the events you want Couchdrop to send, then configure the required Webhook settings:
Webhook Endpoint
Event JSON attribute
You can also configure Additional Headers, such as headers required for basic authentication, and Additional Attributes to include additional values in the JSON object sent to your logging system.
Webhook Settings
Webhook Endpoint
The endpoint Couchdrop sends logging events to.
Event JSON attribute
The JSON attribute used for the Couchdrop event.
Additional Headers
Optional HTTP headers sent with the Webhook request, such as headers used for basic authentication.
Additional Attributes
Optional attributes added to the JSON object sent to your logging system.
Couchdrop event format
Couchdrop sends logging events as JSON. The properties included in an event depend on the activity that generated it.
An example Couchdrop event is shown below:
The payload provides information about the event itself together with relevant user, file, storage, workflow, transfer, and error information when applicable.
Last updated
Was this helpful?