zeek/scripts/base/frameworks/sumstats
Johanna Amann 8ffbc69a4d Sumstats: epoch_finished was not called under certain circumstances
In non-clustered mode, epoch_finished was not called when there was no
data during the epoch.

This behavior does not fit the documentation, and also is different in
cluster-mode, where epoch_finished is, indeed, called after every epoch.

This small change fixes this behavior.
2020-11-16 15:36:50 +00:00
..
plugins GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -07:00
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
cluster.zeek Fix issue with sumstats script and fix baselines that were crashing previously 2020-08-09 21:13:12 -07:00
main.zeek GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -07:00
non-cluster.zeek Sumstats: epoch_finished was not called under certain circumstances 2020-11-16 15:36:50 +00:00
README Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00

The summary statistics framework provides a way to summarize large streams
of data into simple reduced measurements.