From fd13c7ccc0813d3f56ff22ca5d7261f51c151bf2 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 5 Dec 2022 09:03:22 -0500 Subject: [PATCH] Additional metadata for soc --- salt/soc/soc_soc.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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)$