mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 05:53:09 +01:00
21 lines
339 B
YAML
21 lines
339 B
YAML
{%- set ip = salt['pillar.get']('static:masterip', '') %}
|
|
conn:
|
|
server: '{{ ip }}:57314'
|
|
cert: ''
|
|
timeout:
|
|
dial: 5s
|
|
file: 1m
|
|
throughput:
|
|
concurrency: 8
|
|
chunk: 32768
|
|
delay: 0s
|
|
files:
|
|
patterns:
|
|
- '/nsm/strelka/*'
|
|
delete: false
|
|
gatekeeper: true
|
|
response:
|
|
report: 5s
|
|
delta: 5s
|
|
staging: '/nsm/strelka/processed'
|