This is the simplest way to connect local producers (e.g. agents, sidecars, or log forwarders) directly to Tangent.
Schema
string
required
Path to the Unix domain socket used for ingestion.
Defaults to
Defaults to
/tmp/sidecar.sock.Example
tangent.yaml
Behavior
- Tangent listens on the provided socket path and accepts connections from any local producer process.
- Producers can write NDJSON or JSON payloads to the socket — Tangent decodes them according to the configured
decodingsection. - When the source closes, Tangent flushes any buffered messages before shutdown.