mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-06 15:24:11 +01:00
[merge] Merge master into feature/setup-refactor
This commit is contained in:
0
pillar/data/addtotab.sh
Executable file → Normal file
0
pillar/data/addtotab.sh
Executable file → Normal file
0
pillar/firewall/addfirewall.sh
Executable file → Normal file
0
pillar/firewall/addfirewall.sh
Executable file → Normal file
10
pillar/masters/example.sls
Normal file
10
pillar/masters/example.sls
Normal file
@@ -0,0 +1,10 @@
|
||||
# Example Pillar file for a master
|
||||
master:
|
||||
esaccessip: 127.0.0.1
|
||||
esheap: CHANGEME
|
||||
esclustername: {{ grains.host }}
|
||||
freq: 0
|
||||
domainstats: 0
|
||||
lsheap: 1500m
|
||||
lsaccessip: 127.0.0.1
|
||||
elastalert: 1
|
||||
5
pillar/nodes/example.sls
Normal file
5
pillar/nodes/example.sls
Normal file
@@ -0,0 +1,5 @@
|
||||
# Example Pillar file for a sensor
|
||||
node:
|
||||
ls_heapsize: CHANGEME
|
||||
es_heapsize: CHANGEME
|
||||
node_type: CHANGEME
|
||||
14
pillar/sensors/example.sls
Normal file
14
pillar/sensors/example.sls
Normal file
@@ -0,0 +1,14 @@
|
||||
# Example Pillar file for a sensor
|
||||
sensor:
|
||||
interface: CHANGEME
|
||||
bro_pins:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
brobpf:
|
||||
pcapbpf:
|
||||
nidsbpf:
|
||||
s3bucket:
|
||||
s3key:
|
||||
|
||||
Reference in New Issue
Block a user