Table of Contents
conn.log
uid
dns.log
http.log
files.log
ftp.log
ssl.log
x509.log
smtp.log
pe.log
net user
notice.log
dce_rpc.log
kerberos.log
smb_mapping.log
extract_files/
smb_files.log
smb_mapping
ntlm.log
irc.log
rdp.log
traceroute.log
tunnel.log
dpd.log
known_certs.log
known_hosts.log
known_services.log
software.log
weird.log
capture_loss.log
reporter.log
init-plugin
Calculate the number of unique values (using the HyperLogLog algorithm).
SumStats
base/frameworks/sumstats
SumStats::Calculation: enum
SumStats::Calculation
enum
SumStats::HLL_UNIQUE: Calculate the number of unique values.
SumStats::HLL_UNIQUE
SumStats::Reducer: record
SumStats::Reducer
record
double
&default
0.01
&optional
The error margin for HLL.
0.95
The confidence for HLL.
SumStats::ResultVal: record
SumStats::ResultVal
count
0
If cardinality is being tracked, the number of unique items is tracked here.
card: opaque of cardinality &optional
opaque
hll_error_margin: double &optional
hll_confidence: double &optional