mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #422 from Security-Onion-Solutions/issue/97
add option to compress archived logs for zeekctl
This commit is contained in:
@@ -14,3 +14,4 @@ zeek:
|
||||
LogDir: /nsm/zeek/logs
|
||||
SpoolDir: /nsm/zeek/spool
|
||||
CfgDir: /opt/zeek/etc
|
||||
CompressLogs: 1
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user