mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Jason made me rename json
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
{%- set SENSORONIKEY = salt['pillar.get']('global:sensoronikey', '') %}
|
||||
{%- set THEHIVEKEY = salt['pillar.get']('global:hivekey', '') %}
|
||||
{%- set FEATURES = salt['pillar.get']('elastic:features', False) %}
|
||||
{%- import_json "soc/files/soc/alerts.queries.default.json" as alerts_queries %}
|
||||
{%- import_json "soc/files/soc/alerts.actions.default.json" as alerts_actions %}
|
||||
{%- import_json "soc/files/soc/alerts.eventfields.default.json" as alerts_eventfields %}
|
||||
{%- import_json "soc/files/soc/hunt.queries.default.json" as hunt_queries %}
|
||||
{%- import_json "soc/files/soc/hunt.actions.default.json" as hunt_actions %}
|
||||
{%- import_json "soc/files/soc/hunt.eventfields.default.json" as hunt_eventfields %}
|
||||
{%- import_json "soc/files/soc/alerts.queries.json" as alerts_queries %}
|
||||
{%- import_json "soc/files/soc/alerts.actions.json" as alerts_actions %}
|
||||
{%- 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.actions.json" as hunt_actions %}
|
||||
{%- import_json "soc/files/soc/hunt.eventfields.json" as hunt_eventfields %}
|
||||
{
|
||||
"logFilename": "/opt/sensoroni/logs/sensoroni-server.log",
|
||||
"server": {
|
||||
|
||||
Reference in New Issue
Block a user