Skip to main content

EveBox 0.22.0 Released

· One min read

EveBox 0.22.0 has been released. This release focuses on the stats Dashboard, improving both historical navigation and chart usability.

Stats Dashboard

The stats Dashboard now supports time ranges, making it easier to review historical Suricata stats instead of only looking at the most recent window.

Highlights include:

  • Date navigation for browsing historical time windows
  • A visible selected time range in the UI
  • Multi-sensor support with per-sensor line graphs
  • Additional charts for flow active, flow total, flow spare, and TCP reassembly memory
  • Synchronized chart crosshairs for easier comparison across graphs

Performance

HTTP requests made by the server and agent now use the Hickory DNS resolver. This avoids repeated system resolver lookups, adds internal DNS caching, and can help agents sending larger batches of events.

SQLite sensor queries were also optimized to reduce unnecessary work.

Other Changes

This release also improves chart color consistency, simplifies the stats API, updates EveBox to Rust edition 2024, and raises the Rust MSRV to 1.85.0.