mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
More json for soc
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
{%- set THEHIVEKEY = salt['pillar.get']('global:hivekey', '') %}
|
{%- set THEHIVEKEY = salt['pillar.get']('global:hivekey', '') %}
|
||||||
{%- set FEATURES = salt['pillar.get']('elastic:features', False) %}
|
{%- set FEATURES = salt['pillar.get']('elastic:features', False) %}
|
||||||
{%- import_yaml "soc/files/soc/alerts.queries.default.yaml" as alerts_queries %}
|
{%- import_yaml "soc/files/soc/alerts.queries.default.yaml" as alerts_queries %}
|
||||||
|
{%- import_yaml "soc/files/soc/alerts.actions.default.yaml" as alerts_actions %}
|
||||||
{%- import_yaml "soc/files/soc/hunt.queries.default.yaml" as hunt_queries %}
|
{%- import_yaml "soc/files/soc/hunt.queries.default.yaml" as hunt_queries %}
|
||||||
{%- import_yaml "soc/files/soc/hunt.actions.default.yaml" as hunt_actions %}
|
{%- import_yaml "soc/files/soc/hunt.actions.default.yaml" as hunt_actions %}
|
||||||
{%- import_yaml "soc/files/soc/hunt.eventfields.default.yaml" as hunt_eventfields %}
|
{%- import_yaml "soc/files/soc/hunt.eventfields.default.yaml" as hunt_eventfields %}
|
||||||
@@ -46,7 +47,7 @@
|
|||||||
"relativeTimeValue": 24,
|
"relativeTimeValue": 24,
|
||||||
"relativeTimeUnit": 30,
|
"relativeTimeUnit": 30,
|
||||||
"mostRecentlyUsedLimit": 5,
|
"mostRecentlyUsedLimit": 5,
|
||||||
"eventFields": {{ hunt_eventfields.soc.hunt.eventfields | json }} ,
|
"eventFields": { {{ hunt_eventfields.soc.hunt.eventfields | json }} },
|
||||||
"queryBaseFilter": "",
|
"queryBaseFilter": "",
|
||||||
"queryToggleFilters": [],
|
"queryToggleFilters": [],
|
||||||
"queries": {{ hunt_queries.soc.hunt.queries | json }} ,
|
"queries": {{ hunt_queries.soc.hunt.queries | json }} ,
|
||||||
|
|||||||
Reference in New Issue
Block a user