Design principles
The architecture is built on a consistent set of principles:Local operation
All services run on the appliance itself. No external compute or cloud connectivity is required for normal operation, so the appliance can operate in isolated or air-gapped environments provided a traffic source reaches the TAP Ingress Port.
Component isolation
Each service runs in its own container with enforced resource boundaries, so no single workload can starve the others, and services can be added, updated, or removed without disturbing the rest of the system.
Automation over configuration
Internal functions such as networking, data processing, and storage are handled automatically. The appliance is designed to require minimal manual configuration.
Passive monitoring
The appliance monitors a copy of network traffic and never sits inline, allowing continuous observation without affecting the monitored network.
Layered model
The architecture is organized as a layered model, in which each layer performs its function and passes data to the next:- Network traffic enters through the collection layer, where sensors convert raw packets into structured telemetry.
- That telemetry is enriched and stored by the data processing layer.
- The visualization layer provides the tools used to query, correlate, and investigate the stored data.
- An AI automation layer supports summarization, natural-language investigation, and workflow automation across the collected data.
The layers describe how data moves through the system. They are not separate machines; all layers run together on the same appliance.