diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 22397fcc4..9c1fb5804 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -1,5 +1,12 @@ soc: + licenseKey: + title: License Key + description: Optional Security Onion license key, in JSON format, to unlock enterprise features. + global: True + syntax: json + multiline: 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)$