Merge remote-tracking branch 'origin/topic/timw/360-log-gzip'

* origin/topic/timw/360-log-gzip:
  Add new LogAscii::gzip_file_extension option.

Adjusted documentation during merge.
This commit is contained in:
Jon Siwek 2019-08-13 13:48:47 -07:00
commit 9ccf3549fd
9 changed files with 44 additions and 9 deletions

View file

@ -1,12 +1,13 @@
#
# @TEST-EXEC: zeek -b %INPUT
# @TEST-EXEC: gunzip ssh.log.gz
# @TEST-EXEC: gunzip -S .gzip ssh.log.gzip
# @TEST-EXEC: btest-diff ssh.log
# @TEST-EXEC: btest-diff ssh-uncompressed.log
#
# Testing all possible types.
redef LogAscii::gzip_level = 9;
redef LogAscii::gzip_file_extension = "gzip";
module SSH;