Single node
Everything on one machine — ingestion, pipeline, storage, and query.Distributed
Edge nodes pre-process data and forward to a central collector. Each edge node runs Tell with transforms — filtering, redacting PII, extracting log patterns — then forwards pre-formatted batches to an upstream Tell instance via the forwarder sink.Collect and forward
Collect data locally — write to disk — then forward to an upstream system. The upstream can be another Tell instance, a SOC, an MSSP, or any system that accepts the forwarded format.Tell Cloud
Point your SDKs directly at Tell Cloud. No infrastructure to manage.Mixing topologies
These aren’t mutually exclusive. You can run a single node for your web app’s product analytics, a distributed setup for high-volume backend logs, and a collect-and-forward node in an air-gapped factory — all feeding into the same Tell Cloud or self-hosted collector.What’s next
- Quickstart — get a single node running in under 5 minutes
- Self-hosting — production deployment guide
- Scaling — scaling beyond a single node