Merge pull request #9385 from Security-Onion-Solutions/TOoSmOotH-patch-1

Fix Highlander Config for Kibana
This commit is contained in:
Mike Reeves
2022-12-13 13:54:30 -05:00
committed by GitHub

View File

@@ -13,8 +13,4 @@
{% do KIBANACONFIG.kibana.config.xpack.update({'reporting': {'encryptionKey': pillar['kibana']['secrets']['reporting']['encryptionKey']}}) %}
{% endif %}
{% if HIGHLANDER %}
{% do KIBANACONFIG.kibana.config.xpack.ml.update({'enabled': true}) %}
{% endif %}
{% set KIBANACONFIG = salt['pillar.get']('kibana:config', default=KIBANACONFIG.kibana.config, merge=True) %}