zeek/testing/scripts/spicy/canonify-zeek-log-sorted
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
256 B
Bash
Executable File

#! /usr/bin/env bash
#
# Remove unstable pieces in Zeek logs.
sed -E 's/^ *#(open|close).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g' |
$(dirname $0)/diff-sort |
$(dirname $0)/diff-remove-timestamps |
$(dirname $0)/diff-remove-abspath