mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Correct missing json vars
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[
|
[
|
||||||
{ "name": "Open Cases", "query": "!case.status:Closed" },
|
{ "name": "Open Cases", "query": "!case.status:Closed AND !case.category:Template" },
|
||||||
{ "name": "Closed Cases", "query": "case.status:Closed" },
|
{ "name": "Closed Cases", "query": "case.status:Closed AND !case.category:Template" },
|
||||||
{ "name": "Templates", "query": "case.category:Template" }
|
{ "name": "Templates", "query": "case.category:Template" }
|
||||||
]
|
]
|
||||||
@@ -16,6 +16,8 @@
|
|||||||
{%- import_json "soc/files/soc/alerts.eventfields.json" as alerts_eventfields %}
|
{%- import_json "soc/files/soc/alerts.eventfields.json" as alerts_eventfields %}
|
||||||
{%- import_json "soc/files/soc/hunt.queries.json" as hunt_queries %}
|
{%- import_json "soc/files/soc/hunt.queries.json" as hunt_queries %}
|
||||||
{%- import_json "soc/files/soc/hunt.eventfields.json" as hunt_eventfields %}
|
{%- import_json "soc/files/soc/hunt.eventfields.json" as hunt_eventfields %}
|
||||||
|
{%- import_json "soc/files/soc/cases.queries.json" as cases_queries %}
|
||||||
|
{%- import_json "soc/files/soc/cases.eventfields.json" as cases_eventfields %}
|
||||||
{%- import_json "soc/files/soc/menu.actions.json" as menu_actions %}
|
{%- 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/tools.json" as tools %}
|
||||||
{%- import_json "soc/files/soc/presets.artifacttype.json" as presets_artifacttype %}
|
{%- import_json "soc/files/soc/presets.artifacttype.json" as presets_artifacttype %}
|
||||||
|
|||||||
Reference in New Issue
Block a user