From 4991ea8de39734958e77d2292bcfe8035f2398f8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 1 Oct 2020 18:07:06 -0400 Subject: [PATCH] Jason made me rename json --- ...erts.actions.default.json => alerts.actions.json} | 0 ...ntfields.default.json => alerts.eventfields.json} | 0 ...erts.queries.default.json => alerts.queries.json} | 0 .../{hunt.actions.default.json => hunt.actions.json} | 0 ...ventfields.default.json => hunt.eventfields.json} | 0 .../{hunt.queries.default.json => hunt.queries.json} | 0 salt/soc/files/soc/soc.json | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename salt/soc/files/soc/{alerts.actions.default.json => alerts.actions.json} (100%) rename salt/soc/files/soc/{alerts.eventfields.default.json => alerts.eventfields.json} (100%) rename salt/soc/files/soc/{alerts.queries.default.json => alerts.queries.json} (100%) rename salt/soc/files/soc/{hunt.actions.default.json => hunt.actions.json} (100%) rename salt/soc/files/soc/{hunt.eventfields.default.json => hunt.eventfields.json} (100%) rename salt/soc/files/soc/{hunt.queries.default.json => hunt.queries.json} (100%) diff --git a/salt/soc/files/soc/alerts.actions.default.json b/salt/soc/files/soc/alerts.actions.json similarity index 100% rename from salt/soc/files/soc/alerts.actions.default.json rename to salt/soc/files/soc/alerts.actions.json diff --git a/salt/soc/files/soc/alerts.eventfields.default.json b/salt/soc/files/soc/alerts.eventfields.json similarity index 100% rename from salt/soc/files/soc/alerts.eventfields.default.json rename to salt/soc/files/soc/alerts.eventfields.json diff --git a/salt/soc/files/soc/alerts.queries.default.json b/salt/soc/files/soc/alerts.queries.json similarity index 100% rename from salt/soc/files/soc/alerts.queries.default.json rename to salt/soc/files/soc/alerts.queries.json diff --git a/salt/soc/files/soc/hunt.actions.default.json b/salt/soc/files/soc/hunt.actions.json similarity index 100% rename from salt/soc/files/soc/hunt.actions.default.json rename to salt/soc/files/soc/hunt.actions.json diff --git a/salt/soc/files/soc/hunt.eventfields.default.json b/salt/soc/files/soc/hunt.eventfields.json similarity index 100% rename from salt/soc/files/soc/hunt.eventfields.default.json rename to salt/soc/files/soc/hunt.eventfields.json diff --git a/salt/soc/files/soc/hunt.queries.default.json b/salt/soc/files/soc/hunt.queries.json similarity index 100% rename from salt/soc/files/soc/hunt.queries.default.json rename to salt/soc/files/soc/hunt.queries.json diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index f81c1c62d..88217cb66 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -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": {