Added preference to dump pcap flows to clickhouse (#9150)

This commit is contained in:
Manuel Ceroni 2025-04-15 10:16:43 +02:00 committed by GitHub
parent e2eca05b26
commit 389f8f30e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 23 additions and 0 deletions

View file

@ -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,