mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
add option to compress archived logs for zeekctl - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/97
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