Use this if
Capacity planning, performance tuning, and sizing guidance for high-volume network telemetry ingestion.
- Audience
- Platform architects, operations engineers, security engineers
- Typical time
- 10 minutes
公開ガイド
Capacity planning, performance tuning, and sizing guidance for high-volume network telemetry ingestion. 対象: Platform architects, operations engineers, security engineers. 一般的な設定時間: 10 minutes.
Capacity planning, performance tuning, and sizing guidance for high-volume network telemetry ingestion.
ステップ 1
Size the sensor infrastructure based on expected network traffic and alert volume.
What success looks like
Very high volume (>500 Gbps): multi-sensor active-active with load balancing and dedicated backend.
ステップ 2
Adjust sensor parameters to match your priorities (real-time vs. accuracy vs. cost).
What success looks like
Reduce API load: set SCAN_INTERVAL_SECONDS=60 for periodic ingestion vs. continuous.
ステップ 3
Choose between Suricata, Zeek, and eBPF based on use case and resource constraints.
What success looks like
eBPF: 50–100 Gbps per core, best for runtime events and system call monitoring, lowest memory (500 MB–1 GB).
ステップ 4
Set up dashboards and alerts to track sensor health and performance.
What success looks like
Export metrics to your SIEM or observability platform for centralized alerting.
Demonstration only
This configuration is designed for ease of use. To deploy scanner clients at scale, please plan your deployment architecture accordingly or contact us for enterprise best practices.
# Production real-time configuration
SENSOR_TYPE=suricata
MIN_SEVERITY=medium
SCAN_INTERVAL_SECONDS=30
PACKET_SAMPLING_RATE=1.0
FLUSH_INTERVAL_SECONDS=10
MAX_EVENTS_PER_BATCH=1000
BATCH_TIMEOUT_SECONDS=10