mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-27 19:33:14 +01:00
Reformat inactiveTools list in JSON format
This commit is contained in:
@@ -80,19 +80,19 @@
|
||||
"tipTimeoutMs": {{ TIP_TIMEOUT }},
|
||||
"cacheExpirationMs": {{ CACHE_EXPIRATION }},
|
||||
"inactiveTools": [
|
||||
{%- if PLAYBOOK == '0' %}
|
||||
'toolPlaybook',
|
||||
{%- if PLAYBOOK == 0 %}
|
||||
"toolPlaybook",
|
||||
{%- endif %}
|
||||
{%- if THEHIVE == '0' %}
|
||||
'toolTheHive',
|
||||
{%- if THEHIVE == 0 %}
|
||||
"toolTheHive",
|
||||
{%- endif %}
|
||||
{%- if OSQUERY == '0' %}
|
||||
'toolFleet',
|
||||
{%- if OSQUERY == 0 %}
|
||||
"toolFleet",
|
||||
{%- endif %}
|
||||
{%- if GRAFANA == '0' %}
|
||||
'toolGrafana',
|
||||
{%- if GRAFANA == 0 %}
|
||||
"toolGrafana",
|
||||
{%- endif %}
|
||||
'toolUnused'
|
||||
"toolUnused"
|
||||
],
|
||||
"tools": {{ tools | json }},
|
||||
"hunt": {
|
||||
|
||||
Reference in New Issue
Block a user