- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Article summary
Did you find this summary helpful?
Thank you for your feedback
Output batches of events, detections, audits, deployments or artifacts through a POST webhook.
dest_host
: the IP or DNS, port and page to HTTP(S) POST to, formathttps://www.myorg.com:514/whatever
.secret_key
: an arbitrary shared secret used to compute an HMAC (SHA256) signature of the webhook to verify authenticity. This is a required field. See "Webhook Details" section.auth_header_name
andauth_header_value
: set a specific value to a specific HTTP header name in the outgoing webhooks.sec_per_file
: the number of seconds after which a file is cut and uploaded.is_no_sharding
: do not add a shard directory at the root of the files generated.
Example:
dest_host: https://webhooks.corp.com/new_detection
secret_key: this-is-my-secret-shared-key
auth_header_name: x-my-special-auth
auth_header_value: 4756345846583498
Was this article helpful?