Úsalo si
Capacity planning, performance tuning, and sizing guidance for high-volume network telemetry ingestion.
- Audience
- Platform architects, operations engineers, security engineers
- Typical time
- 10 minutes
Guía pública
Capacity planning, performance tuning, and sizing guidance for high-volume network telemetry ingestion. Audiencia: Platform architects, operations engineers, security engineers. Tiempo típico de configuración: 10 minutes.
Capacity planning, performance tuning, and sizing guidance for high-volume network telemetry ingestion.
Paso 1
Size the sensor infrastructure based on expected network traffic and alert volume.
Cómo se ve el éxito
Very high volume (>500 Gbps): multi-sensor active-active with load balancing and dedicated backend.
Paso 2
Adjust sensor parameters to match your priorities (real-time vs. accuracy vs. cost).
Cómo se ve el éxito
Reduce API load: set SCAN_INTERVAL_SECONDS=60 for periodic ingestion vs. continuous.
Paso 3
Choose between Suricata, Zeek, and eBPF based on use case and resource constraints.
Cómo se ve el éxito
eBPF: 50–100 Gbps per core, best for runtime events and system call monitoring, lowest memory (500 MB–1 GB).
Paso 4
Set up dashboards and alerts to track sensor health and performance.
Cómo se ve el éxito
Export metrics to your SIEM or observability platform for centralized alerting.
Solo demostración
Esta configuración está diseñada para facilitar el uso. Para desplegar clientes de escaneo a escala, planifique su arquitectura de despliegue en consecuencia o contáctenos para obtener las mejores prácticas empresariales.
# 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