Additional metadata for soc

This commit is contained in:
Jason Ertel
2022-12-05 09:03:22 -05:00
parent 117a3d486a
commit fd13c7ccc0

View File

@@ -1,5 +1,12 @@
soc: 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: 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. 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 global: True
regex: ^(info|debug|warn|error)$ regex: ^(info|debug|warn|error)$