mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Added preference to dump pcap flows to clickhouse (#9150)
This commit is contained in:
parent
e2eca05b26
commit
389f8f30e0
7 changed files with 23 additions and 0 deletions
|
|
@ -2297,6 +2297,7 @@ local known_parameters = {
|
|||
["toggle_use_mac_in_flow_key"] = validateBool,
|
||||
["toggle_fingerprint_stats"] = validateBool,
|
||||
["toggle_starttls"] = validateBool,
|
||||
["toggle_dump_pcap_to_clickhouse"] = validateBool,
|
||||
["behaviour_analysis_learning_period"] = validateNumber,
|
||||
["behaviour_analysis_learning_status_during_learning"] = validateNumber,
|
||||
["behaviour_analysis_learning_status_post_learning"] = validateNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue