zeek/scripts/base/frameworks/sumstats
Bernhard Amann b283883997 define empty request_key method for sumstats in cluster mode.
This prevents the worker nodes from crashing, when request_key is used
in cluster mode and called on the worker and the manager nodes (i.e. when
a non-cluster-aware script is used).

Addresses BIT-1177
2014-04-18 16:29:51 -07:00
..
plugins Add more script package README files 2013-10-23 16:36:14 -05:00
__load__.bro Checkpoint for SumStats rename. 2013-04-15 15:12:28 -04:00
cluster.bro define empty request_key method for sumstats in cluster mode. 2014-04-18 16:29:51 -07:00
main.bro Fix typos and formatting in the sumstats docs 2013-10-10 23:15:12 -05:00
non-cluster.bro Now the standalone sumstats works even if Bro is shutting down by blocking. 2014-03-17 16:45:36 -04: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.