annotations and enable/disable from ui

This commit is contained in:
m0duspwnens
2024-04-10 10:39:06 -04:00
parent fa7f8104c8
commit 86b984001d
6 changed files with 201 additions and 2 deletions

View File

@@ -3,7 +3,11 @@
# https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0.
{# Create map.jinja to enable / disable kafka from UI #}
{# Temporarily just enable kafka #}
{% from 'kafka/map.jinja' import KAFKAMERGED %}
include:
{% if KAFKAMERGED.enabled %}
- kafka.enabled
{% else %}
- kafka.disabled
{% endif %}