From f7ddf57f39c1a5fb5a6063b055bfb640e3836bd7 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 17 May 2023 15:49:22 -0400 Subject: [PATCH] move files out of config --- salt/soc/soc_soc.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 6551b632b..e0835937c 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -2,16 +2,6 @@ soc: enabled: description: You can enable or disable SOC. advanced: True - config: - licenseKey: - title: License Key - description: Optional Security Onion license key to unlock enterprise features. - global: True - logLevel: - title: Log Level - description: The SOC log level, useful for enabling debug logging for advanced troubleshooting. Allowed values are debug, info, warn, error. The SOC log is available at /opt/so/log/soc/sensoroni-server.log. - global: True - regex: ^(info|debug|warn|error)$ files: soc: banner__md: @@ -42,6 +32,16 @@ soc: global: True advanced: True helpLink: soc-customization.html + config: + licenseKey: + title: License Key + description: Optional Security Onion license key to unlock enterprise features. + global: True + logLevel: + title: Log Level + description: The SOC log level, useful for enabling debug logging for advanced troubleshooting. Allowed values are debug, info, warn, error. The SOC log is available at /opt/so/log/soc/sensoroni-server.log. + global: True + regex: ^(info|debug|warn|error)$ actions: description: A list of actions a user can take from the SOC UI against a hunt, alert, and other records. The action must be defined in JSON object format, and contain a "name" key and "links" key. The links is a list of URLs, where the most suitable URL in the list will be the selected URL when the user clicks the action. global: True