mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/new-style-analyzer-log'
* origin/topic/johanna/new-style-analyzer-log: NEWS entries for analyzer log changes Move detect-protocol from frameworks/dpd to frameworks/analyzer Introduce new c$failed_analyzers field Settle on analyzer.log for the dpd.log replacement dpd->analyzer.log change - rename files Analyzer failure logging: tweaks and test fixes Introduce analyzer-failed.log, as a replacement for dpd.log Rename analyzer.log to analyzer.debug log; move to policy Move dpd.log to policy script
This commit is contained in:
commit
e6755325e1
127 changed files with 5151 additions and 4742 deletions
|
@ -19,6 +19,14 @@ if [ "$filename" == "ssh.log" ]; then
|
|||
addl="$(dirname $0)/diff-remove-fields remote_location"
|
||||
fi
|
||||
|
||||
if [ "$filename" == "analyzer_debug.log" ]; then
|
||||
addl="$(dirname $0)/diff-remove-abspath"
|
||||
fi
|
||||
|
||||
if [ "$filename" == "analyzer.log" ]; then
|
||||
addl="$(dirname $0)/diff-remove-abspath"
|
||||
fi
|
||||
|
||||
$(dirname $0)/diff-remove-timestamps |
|
||||
$(dirname $0)/diff-remove-uids |
|
||||
$(dirname $0)/diff-remove-file-ids |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue