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 }}, "tipTimeoutMs": {{ TIP_TIMEOUT }},
"cacheExpirationMs": {{ CACHE_EXPIRATION }}, "cacheExpirationMs": {{ CACHE_EXPIRATION }},
"inactiveTools": [ "inactiveTools": [
{%- if PLAYBOOK == '0' %} {%- if PLAYBOOK == 0 %}
'toolPlaybook', "toolPlaybook",
{%- endif %} {%- endif %}
{%- if THEHIVE == '0' %} {%- if THEHIVE == 0 %}
'toolTheHive', "toolTheHive",
{%- endif %} {%- endif %}
{%- if OSQUERY == '0' %} {%- if OSQUERY == 0 %}
'toolFleet', "toolFleet",
{%- endif %} {%- endif %}
{%- if GRAFANA == '0' %} {%- if GRAFANA == 0 %}
'toolGrafana', "toolGrafana",
{%- endif %} {%- endif %}
'toolUnused' "toolUnused"
], ],
"tools": {{ tools | json }}, "tools": {{ tools | json }},
"hunt": { "hunt": {