Merge pull request #422 from Security-Onion-Solutions/issue/97

add option to compress archived logs for zeekctl
This commit is contained in:
Josh Patterson
2020-03-13 15:06:34 -04:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -14,3 +14,4 @@ zeek:
LogDir: /nsm/zeek/logs
SpoolDir: /nsm/zeek/spool
CfgDir: /opt/zeek/etc
CompressLogs: 1

View File

@@ -73,3 +73,6 @@ SpoolDir = {{ ZEEKCTL.SpoolDir }}
# Location of other configuration files that can be used to customize
# ZeekControl operation (e.g. local networks, nodes).
CfgDir = {{ ZEEKCTL.CfgDir }}
# True to compress archived log files
CompressLogs = {{ ZEEKCTL.CompressLogs }}