mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-21 12:12:26 +02:00
Fix yaml for idh,es,kib,esalert
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
idh:
|
||||
opencanary:
|
||||
config:
|
||||
device.node_id: {{ grains.host }}
|
||||
logger:
|
||||
class: PyLogger
|
||||
kwargs:
|
||||
|
||||
@@ -6,4 +6,6 @@
|
||||
{% do salt['defaults.merge'](OPENCANARYCONFIG, SERVICECONFIG, in_place=True) %}
|
||||
{% endfor %}
|
||||
|
||||
{% set OPENCANARYCONFIG = salt['pillar.get']('idh:opencanary:config', default=OPENCANARYCONFIG.idh.opencanary.config, merge=True) %}
|
||||
{% set OPENCANARYCONFIG = salt['pillar.get']('idh:opencanary:config', default=OPENCANARYCONFIG.idh.opencanary.config, merge=True) %}
|
||||
{% do OPENCANARYCONFIG.idh.opencanary.config.update({'device.node_id': grains.host}) %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user