Support overrides of client params

This commit is contained in:
Jason Ertel
2021-03-11 18:01:04 -05:00
parent 286351f424
commit 80987dfd1d
2 changed files with 2 additions and 0 deletions

View File

View File

@@ -8,6 +8,7 @@
{%- 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') %}
{
@@ -66,6 +67,7 @@
"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,