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
Öffentlicher Leitfaden
Capacity planning, performance tuning, and sizing guidance for high-volume network telemetry ingestion. Zielgruppe: Platform architects, operations engineers, security engineers. Typische Einrichtungszeit: 10 minutes.
Capacity planning, performance tuning, and sizing guidance for high-volume network telemetry ingestion.
Schritt 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.
Schritt 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.
Schritt 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).
Schritt 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.
# 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