forward_bucket
Set up standing forwarding from a bucket to a URL. Pass forward_all:true to forward every event, or condition_tree to forward only matching events (same AND/OR condition grammar the routing engine uses). Creates the destination and routing rule in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Destination URL to forward to. | |
| name | No | Optional label for the destination. | |
| bucket_id | Yes | The endpoint id. | |
| rule_name | No | Optional name for the routing rule when using condition_tree. | |
| forward_all | No | Forward every event unconditionally. | |
| condition_tree | No | A condition tree (AND/OR of field comparisons) to forward only matching events. Mutually exclusive with forward_all. |