From 462f76e2bb464c6633e69f60a5fa1c6ddedfad2a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 12 Mar 2021 06:38:53 -0500 Subject: [PATCH] Remove client params block in favor in individual settings that will go into the pillar --- salt/soc/files/soc/client.params.json | 0 salt/soc/files/soc/soc.json | 2 -- 2 files changed, 2 deletions(-) delete mode 100644 salt/soc/files/soc/client.params.json diff --git a/salt/soc/files/soc/client.params.json b/salt/soc/files/soc/client.params.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 075ef68b9..520f87b93 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -8,7 +8,6 @@ {%- 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 %} -{%- import_json "soc/files/soc/client.params.json" as client_params %} {%- set DNET = salt['pillar.get']('global:dockernet', '172.17.0.0') %} { @@ -67,7 +66,6 @@ "docsUrl": "https://docs.securityonion.net/en/2.3/", "cheatsheetUrl": "https://github.com/Security-Onion-Solutions/securityonion-docs/raw/2.3/images/cheat-sheet/Security-Onion-Cheat-Sheet.pdf", {%- endif %} - {{ client_params | json }} "hunt": { "advanced": true, "groupItemsPerPage": 10,