mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Remove prefix column from telemetry.log
This commit is contained in:
parent
f55c0a5292
commit
87717fed0a
7 changed files with 22 additions and 30 deletions
|
@ -31,7 +31,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" || /^zeek_log_/ !in rec$name )
|
||||
if ( /^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