enable/disable influxdb in ui

This commit is contained in:
m0duspwnens
2023-05-11 12:43:06 -04:00
parent f41c75c633
commit 63cea88c1d
11 changed files with 269 additions and 164 deletions
+7 -2
View File
@@ -1,2 +1,7 @@
{%- import_yaml 'influxdb/defaults.yaml' as INFLUXDEFAULTS %}
{%- set INFLUXMERGED = salt['pillar.get']('influxdb', default=INFLUXDEFAULTS.influxdb, merge=true) %}
{# Copyright Security Onion Solutions LLC and/or licensed to Security Onion Solutions LLC under one
or more contributor license agreements. Licensed under the Elastic License 2.0 as shown at
https://securityonion.net/license; you may not use this file except in compliance with the
Elastic License 2.0. #}
{% import_yaml 'influxdb/defaults.yaml' as INFLUXDEFAULTS %}
{% set INFLUXMERGED = salt['pillar.get']('influxdb', default=INFLUXDEFAULTS.influxdb, merge=true) %}