mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
12 lines
222 B
YAML
12 lines
222 B
YAML
{%- set ip = salt['pillar.get']('static:masterip', '') %}
|
|
server: ":57314"
|
|
coordinator:
|
|
addr: '{{ ip }}:6380'
|
|
db: 0
|
|
gatekeeper:
|
|
addr: '{{ ip }}:6381'
|
|
db: 0
|
|
ttl: 1h
|
|
response:
|
|
log: "/var/log/strelka/strelka.log"
|