mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 09:23:13 +01:00
Initial Commit
This commit is contained in:
18
salt/syslog-ng/init.sls
Normal file
18
salt/syslog-ng/init.sls
Normal file
@@ -0,0 +1,18 @@
|
||||
# Sync the Files
|
||||
file.directory:
|
||||
- name: /opt/so/conf/syslog-ng
|
||||
- user: 939
|
||||
- group: 939
|
||||
|
||||
# Syslog-ng Docker
|
||||
|
||||
so-syslog-ng:
|
||||
dockerng.running:
|
||||
- image: pillaritem/so-logstash
|
||||
- hostname: syslog-ng
|
||||
- priviledged: true
|
||||
- ports:
|
||||
- 514/tcp
|
||||
- 514/udp
|
||||
- 601
|
||||
- network_mode: so-elastic-net
|
||||
Reference in New Issue
Block a user