Package: base/frameworks/sumstats/plugins

Plugins for the summary statistics framework.

base/frameworks/sumstats/plugins/__load__.bro

base/frameworks/sumstats/plugins/average.bro

Calculate the average.

base/frameworks/sumstats/plugins/hll_unique.bro

Calculate the number of unique values (using the HyperLogLog algorithm).

base/frameworks/sumstats/plugins/last.bro

Keep the last X observations.

base/frameworks/sumstats/plugins/max.bro

Find the maximum value.

base/frameworks/sumstats/plugins/min.bro

Find the minimum value.

base/frameworks/sumstats/plugins/sample.bro

Keep a random sample of values.

base/frameworks/sumstats/plugins/std-dev.bro

Calculate the standard deviation.

base/frameworks/sumstats/plugins/variance.bro

Calculate the variance.

base/frameworks/sumstats/plugins/sum.bro

Calculate the sum.

base/frameworks/sumstats/plugins/topk.bro

Keep the top-k (i.e., most frequently occurring) observations.

base/frameworks/sumstats/plugins/unique.bro

Calculate the number of unique values.

Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.