mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-01 17:07:50 +02:00
add defaults and jijafy kafka config
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
||||
{% from 'kafka/map.jinja' import KAFKAMERGED %}
|
||||
|
||||
{% set KAFKACONFIG = {} %}
|
||||
{% for k, v in KAFKAMERGED.config.keys() %}
|
||||
{% do KAFKACONFIG.update({k | replace("_x_", "."): v}) %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user