mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Update telemetry log policy due to the fact that unit will not be filled in anymore
This commit is contained in:
parent
84aa308527
commit
017ee4509c
7 changed files with 51 additions and 42 deletions
|
@ -28,7 +28,7 @@ hook Log::log_stream_policy(rec: any, id: Log::ID)
|
|||
|
||||
hook Telemetry::log_policy(rec: Telemetry::Info, id: Log::ID, filter: Log::Filter)
|
||||
{
|
||||
if ( rec$prefix != "zeek" || /^log-/ !in rec$name )
|
||||
if ( rec$prefix != "zeek" || /^zeek_log_/ !in rec$name )
|
||||
break;
|
||||
|
||||
if ( /HTTP|DNS|Conn/ !in cat(rec$label_values) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue