mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
2.4 strelka
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
{%- if grains.role in ['so-sensor', 'so-heavynode'] -%}
|
||||
{%- set mainint = salt['pillar.get']('host:mainint') %}
|
||||
{%- set ip = salt['grains.get']('ip_interfaces:' ~ mainint)[0] %}
|
||||
{%- else %}
|
||||
{%- set ip = salt['pillar.get']('global:managerip') %}
|
||||
{%- endif -%}
|
||||
server: ":57314"
|
||||
coordinator:
|
||||
addr: '{{ ip }}:6380'
|
||||
db: 0
|
||||
gatekeeper:
|
||||
addr: '{{ ip }}:6381'
|
||||
db: 0
|
||||
ttl: 1h
|
||||
response:
|
||||
log: "/var/log/strelka/strelka.log"
|
||||
1
salt/strelka/files/frontend/frontend.yaml.jinja
Normal file
1
salt/strelka/files/frontend/frontend.yaml.jinja
Normal file
@@ -0,0 +1 @@
|
||||
{{ FRONTENDCONFIG | yaml(false) }}
|
||||
Reference in New Issue
Block a user