Reformat inactiveTools list in JSON format

This commit is contained in:
Jason Ertel
2021-03-17 18:25:05 -04:00
parent 42809083e8
commit 4e9f629231

View File

@@ -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": {