pipeline:
sources:
- id: webhook
type: http_server
config:
bind: "127.0.0.1:8081"
path: "/ingest"
# Optional auth:
# auth:
# type: bearer
# token: "secret-token"
transforms:
- id: pass_through
inputs:
outputs:
sinks:
- id: console_out
type: console
config:
format: pretty