mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
25 lines
649 B
ReStructuredText
25 lines
649 B
ReStructuredText
:tocdepth: 3
|
|
|
|
base/frameworks/sumstats/plugins/topk.bro
|
|
=========================================
|
|
.. bro:namespace:: SumStats
|
|
|
|
Keep the top-k (i.e., most frequently occurring) observations.
|
|
|
|
:Namespace: SumStats
|
|
:Imports: :doc:`base/frameworks/sumstats </scripts/base/frameworks/sumstats/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
=================================================== =
|
|
:bro:type:`SumStats::Calculation`: :bro:type:`enum`
|
|
:bro:type:`SumStats::Reducer`: :bro:type:`record`
|
|
:bro:type:`SumStats::ResultVal`: :bro:type:`record`
|
|
=================================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|