zeek/scripts/base/frameworks/sumstats
Justin Azoff 1f7f16be9d Also track recent_global_view_keys on manager
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.
2016-07-29 12:26:04 -04:00
..
plugins Add more documentation to sumstats framework scripts 2016-03-01 17:31:41 -06:00
__load__.bro Checkpoint for SumStats rename. 2013-04-15 15:12:28 -04:00
cluster.bro Also track recent_global_view_keys on manager 2016-07-29 12:26:04 -04:00
main.bro Add more documentation to sumstats framework scripts 2016-03-01 17:31:41 -06: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.