diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 1b64b7e6d..2531827d1 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -18,6 +18,7 @@ {%- import_json "soc/files/soc/hunt.eventfields.json" as hunt_eventfields %} {%- import_json "soc/files/soc/menu.actions.json" as menu_actions %} {%- import_json "soc/files/soc/tools.json" as tools %} +{%- import_json "soc/files/soc/presets.artifacttype.json" as presets_artifacttype %} {%- import_json "soc/files/soc/presets.category.json" as presets_category %} {%- import_json "soc/files/soc/presets.pap.json" as presets_pap %} {%- import_json "soc/files/soc/presets.severity.json" as presets_severity %} @@ -213,11 +214,12 @@ "case": { "mostRecentlyUsedLimit": 5, "presets": { + "artifactType": {{ presets_artifacttype | json }}, "category": {{ presets_category | json }}, "pap": {{ presets_pap | json }}, "severity": {{ presets_severity | json }}, "status": {{ presets_status | json }}, - "tag": {{ presets_tag | json }}, + "tags": {{ presets_tag | json }}, "tlp": {{ presets_tlp | json }} } }