Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
zeek-8.0.1.tar.gz | 2025-08-26 | 99.6 MB | |
zeek-8.0.1.tar.gz.asc | 2025-08-26 | 833 Bytes | |
README.md | 2025-08-26 | 1.1 kB | |
v8.0.1 source code.tar.gz | 2025-08-26 | 32.4 MB | |
v8.0.1 source code.zip | 2025-08-26 | 36.8 MB | |
Totals: 5 Items | 168.8 MB | 16 |
We would like to thank Fupeng Zhao (@AmazingPP), Mike Dopheide (@dopheide-esnet), and @DigiAngel for their contributions to this release.
-
The official Zeek docker images are now based on Debian 13.0 (trixie).
-
Cluster data passed via websockets was previously double-wrapping Broker data records, leading to decoding issues. This is now resolved.
-
Cluster events will no longer pass empty arrays for metadata if there was no metadata for the event.
-
The PostgreSQL analyzer now only reports login success after a
ReadyForQuery
message is received. -
Zeekctl added a new
MetricsAddr
address to override the address that the telemetry uses to communicate to Prometheus. It defaults to0.0.0.0
and the documentation describes how to override it. -
Zeekctl added documentation for the
MetricsPort
option used to control what ports the telemetry framework listens on to communicate with Prometheus. It describes how the range is chosen, as well as how to override it. -
The deprecation warning for the
zeek::Event
should be more clear as to what action plugin authors need to take.