You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(destinations): add passthrough recipes for postgres/s3/console
Per ADR-0003, postgres/s3/console are pure Vector-sink wrappers with no
DC-specific logic, so anyone using the blessed form today can migrate to
raw Vector `custom_config_files` passthrough now, ahead of #471/#472's
code removal. Each recipe reproduces exactly what dc_bridge itself
renders for the blessed form and was verified end-to-end against a live
Vector 0.57.0 binary, real PostgreSQL and RustFS containers, and a
synthetic fluent-forward event (ingested row/object/console line
confirmed, not just written by inspection).
Also documents a real gap found while verifying: Vector 0.57.0 gates its
own ${VAR} config interpolation behind
VECTOR_DANGEROUSLY_ALLOW_ENV_VAR_INTERPOLATION, which dc_bridge never
sets for the vendored Vector process it execs, so a passthrough
snippet's ${VAR} silently stays literal unless that env var is set on
the Bridge process itself.
Adds doc/src/dc/migration.md as the landing page for this and future
blessed-to-passthrough moves, linked from destinations.md and
SUMMARY.md.
Closes#470
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011LXd466a9kszZJxUR51ey7
Signed-off-by: David Bensoussan <d.bensoussan@proton.me>
0 commit comments