Zeek feature release v8.0.0 is now available:
https://zeek.org/get-zeek
https://download.zeek.org/zeek-8.0.0.tar.gz
Some highlights in the 8.0 release:
- C++ 20-capable compilers are now required to build Zeek.
- The ZeroMQ library is now a required dependency for Zeek. Broker continues to be our default cluster backend, but requiring ZeroMQ for building will allow us to change this more easily in the future.
- Support for new plugins for extending connection information was added. This allows plugin authors to add additional information to connections beyond the traditional five-tuple. A plugin to add VLAN tags is included.
- A new analyzer for Redis traffic was added.
- Lots of improvements to both the cluster and storage frameworks, including new metrics exposed by the telemetry framework.
See the release notes for details of the new functionality, breaking changes, and changed functionality
Release v8.0.0 - zeek/zeek - GitHub
Binary packages for the new releases will also be available shortly:
Binary Packages - zeek/zeek Wiki - GitHub
As usual, the prior LTS release (7.0.x) will remain supported and receive bug fixes and security patches until the next feature release, typically in about 4 months.