Stream events, logs, and syslog messages as they flow through Tell’s pipeline. The tail connects to a running Tell server via Unix socket and decodes batches in real time — useful for debugging, monitoring deploys, and verifying that data is flowing correctly.Documentation Index
Fetch the complete documentation index at: https://docs.tell.rs/llms.txt
Use this file to discover all available pages before exploring further.
Filtering
Server-side filters are applied before data leaves the server — use these to reduce volume:--workspace 1 --workspace 2 streams from both.
Output formats
--output json for piping into jq or other tools:
Replay
Replay the last N batches from the server’s ring buffer on connect:Setup
The tail connects to Tell’s tap server via Unix socket. The tap server starts automatically withtell run — no extra configuration needed. The default socket path is derived from your data directory.
To connect to a specific socket:
tell tail is available on Unix systems only (macOS, Linux). It requires the tail feature flag at build time, which is included in the default build.What’s next
- CLI commands — full flag reference for
tell tail - Pipeline overview — understand what flows through the pipeline
- Sources overview — where the data you’re tailing comes from