mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-24 05:22:38 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0e0e3e97b | ||
|
|
6b039b3f94 | ||
|
|
e6ee7dac7c |
@@ -32,6 +32,15 @@ zeekpolicydir:
|
|||||||
- group: 939
|
- group: 939
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
|
zeekzkgsync:
|
||||||
|
file.recurse:
|
||||||
|
- name: /opt/so/conf/zeek/zkg
|
||||||
|
- source: salt://zeek/zkg
|
||||||
|
- user: 937
|
||||||
|
- group: 939
|
||||||
|
- makedirs: True
|
||||||
|
- exclude_pat: README
|
||||||
|
|
||||||
# Zeek Log Directory
|
# Zeek Log Directory
|
||||||
zeeklogdir:
|
zeeklogdir:
|
||||||
file.directory:
|
file.directory:
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ so-zeek:
|
|||||||
- /opt/so/conf/zeek/policy/intel:/opt/zeek/share/zeek/policy/intel:rw
|
- /opt/so/conf/zeek/policy/intel:/opt/zeek/share/zeek/policy/intel:rw
|
||||||
- /opt/so/conf/zeek/bpf:/opt/zeek/etc/bpf:ro
|
- /opt/so/conf/zeek/bpf:/opt/zeek/etc/bpf:ro
|
||||||
- /opt/so/conf/zeek/config.zeek:/opt/zeek/share/zeek/site/packages/ja4/config.zeek:ro
|
- /opt/so/conf/zeek/config.zeek:/opt/zeek/share/zeek/site/packages/ja4/config.zeek:ro
|
||||||
|
- /opt/so/conf/zeek/zkg:/opt/so/conf/zeek/zkg:ro
|
||||||
{% if DOCKER.containers['so-zeek'].custom_bind_mounts %}
|
{% if DOCKER.containers['so-zeek'].custom_bind_mounts %}
|
||||||
{% for BIND in DOCKER.containers['so-zeek'].custom_bind_mounts %}
|
{% for BIND in DOCKER.containers['so-zeek'].custom_bind_mounts %}
|
||||||
- {{ BIND }}
|
- {{ BIND }}
|
||||||
|
|||||||
1
salt/zeek/zkg/README
Normal file
1
salt/zeek/zkg/README
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Place custom Zeek packages in /opt/so/saltstack/local/salt/zeek/zkg/
|
||||||
Reference in New Issue
Block a user