mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-23 13:11:57 +02:00
Reformat inactiveTools list in JSON format
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user