mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() Previously, recent_global_view_keys was only tracked on workers causing a popular key to be sent up and handled by the manager once for each worker. This records the key inside recent_global_view_keys on the manager after the first update, making the rest of the updates no-ops. Additionally, since the counter value was never used, it has been changed from a table to a set. |
||
---|---|---|
.. | ||
plugins | ||
__load__.bro | ||
cluster.bro | ||
main.bro | ||
non-cluster.bro | ||
README |
The summary statistics framework provides a way to summarize large streams of data into simple reduced measurements.